I'm using psycopg_pool
(3.1.7) and would like to connect to a Cockroach Database Cluster.
psycopg
3.1 has support for CRDB via psycopg.crdb.connect()
, but I'm unsure how to get psycopg_pool to use psycopg.crdb.connect()
rather than psycopg.connect()
. Thanks in advance!