Does Metabase support IBM Db2 on Windows?

I tried connecting Metabase to an IBM Db2 database running on Windows, but I couldn’t find any community drivers specifically for IBM Db2 on Windows.

My question is
Is there any way to connect Metabase to this type of database, or is this not supported?

Thank you.

It's using JDBC so not Windows specific. You need the jar.
That said, I don't think DB2 is supported by Metabase.

I found a Metabase driver for DB/2 on Windows in this Github repo:

Make sure you are getting the "LUW" version linked above, there is an iSeries version that won't work with DB2 on Windows.