Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

psycopg 3.0 upgrade? #140

Closed Jaymon closed 8 months ago

Jaymon commented 2 years ago

Since we're leaving python27 support behind, the big thing on the todo list is to remove greenthreads in favor of async, this will be a rather large project involving prom, caches, and endpoints as the main libraries that will need to be converted.

While doing some research I came across psycopg 3.0 and I'm wondering if I should switch to that over psycopg2

Links

Search

Jaymon commented 8 months ago

This is closed as of ff0253b14996c7d591cb47fdc66d9396fa54e030 because I've switched over to psycopg3