A migration tool intended for use with asyncpg and assists with
maintaining your database schema (and data if required) as it evolves.
Pogo supports migrations written in raw sql, as well as python files
(useful when data needs to be migrated).
A set of exceptions and handlers for use in Starlette applications to
support easy error management and responses. Each exception easily
marshals to JSON based on the
RFC9457 spec for use in
api error responses.
A set of exceptions and handlers for use in FastAPI applications to
support easy error management and responses. Each exception easily
marshals to JSON based on the
RFC9457 spec for use in
api error responses.