PgPool

PgPool

PostgreSQL wire compatible pool based on the SqlPool, it does not have any PG specific config or types, uses default SqlPool config. Can be used directly with databases like CockroachDB, RDS, DSQL, ....

Configuration:

  • db-pg-pool=default - connect to local PostgreSQL server

  • db-pg-pool=postgresql://postgres@dbhost/dbname - connect to remote PostgreSQL server