Hello,
i am testing liquibase. When i connect to pgsql, there is no pb.
When i tell liquibase to connect to pgbouncer, then it fails with
Unexpected error running Liquibase: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Connection could not be created to jdbc:postgresql://pgbouncer-mydb:5432/mydb-in-pgb with driver org.postgresql.Driver. Possibly the wrong driver for the given database URL
Is there an other jdbc ?
Thx