Open hlinnaka opened 2 years ago
We might want to switch to psycopg3 at some point (currently using psycopg2). It includes async support (https://www.psycopg.org/psycopg3/docs/advanced/async.html#async), so we could switch to using that instead of th 'asyncpg' driver. This warning is coming from glue code that translates between the slightly different syntax for setting server options between the drivers; switching to psycopg3 for both sync and async code would allow getting rid of it.
Not urgent, but would be nice to silence that.