Skip to content

Remove FastAPI auth-lib SQLAlchemy implementation in favour of psycopg #10

Description

@spwoodcock
  • 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions