AWeber-Imbi / imbi

An operational management platform for medium to large environments
BSD 3-Clause "New" or "Revised" License
2 stars 12 forks source link

Update the api to use psycopg3 #104

Open in-op opened 2 months ago

in-op commented 2 months ago

Imbi currently uses an old version of sprockets-postgres, which uses aiopg and psycopg2 under the hood to access the db. We should update the Python API to use just the latest version of psycopg. This will reduce some bloat and give us all the latest features.