How to config jdbc jar package for different src database?

Hi, team

I want to add a new database with opengauss type, which is developed on the basis of PostgreSQL.
I need to replace the jar package of the PostgreSQL version with the jar package of the opengauss version, such as https://jdbc.postgresql.org/download.html .
I don't know where can I config this.

thanks

Hi @zig
The Postgres driver is included in the core project and not as a separate modular driver:
https://github.com/metabase/metabase/blob/master/project.clj#L150
You should look at the Redshift driver, which is derived from Postgres, and create a separate driver:
https://github.com/metabase/metabase/tree/master/modules/drivers/redshift