You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have both a sqlalchemy and psycopg implementation for fastapi, one labelled _psycopg.
We don't need both, as sqlalchemy will be using psycopg anyway (we don't support mysql and other drivers), so it makes more sense to keep the less abstracted psycopg implementation only (in line with the new LiteStar impl too).
_psycopg.