encode / databases

Async database support for Python. 🗄
https://www.encode.io/databases/
BSD 3-Clause "New" or "Revised" License
3.84k stars 261 forks source link

Support for psycopg3? #535

Open ghost opened 1 year ago

ghost commented 1 year ago

Has there been any discussion around support for psycopg 3 (now just psycopg)? It is a complete rewrite of the project. It was implemented to support async from the start. Seems like a natural fit.

rafalp commented 1 year ago

PR adding psycopg3 is welcome :)

tarsil commented 1 year ago

This PR does the move to SQLA2 and supports the new psycopg :)

ansipunk commented 8 months ago

Does it?

tarsil commented 8 months ago

The latest version of databases comes with the latest psycopg

ansipunk commented 8 months ago

https://github.com/encode/databases/blob/master/databases/core.py

I don't think so.