ponyorm / pony

Pony Object Relational Mapper
Apache License 2.0
3.58k stars 242 forks source link

Support psycopg3 #695

Open henryx opened 7 months ago

henryx commented 7 months ago

According to the documentation, for new project is more preferable to use psycopg3 instead of psycopg2. Also, support of psycopg3 can permit to use new Python features such as asyncIO. So, this is a good opportunity to support the new driver version