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.
Imbi currently uses an old version of
sprockets-postgres
, which usesaiopg
andpsycopg2
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.