Python Postgres

Python Postgres


Python Postgres aims to simplify PostgreSQL interaction in Python. It's a thin abstraction over psycopg that uses SQL directly, avoiding ORM-specific syntax while offering ORM-like benefits like Pydantic model parsing for expanded editor support, and reduced boilerplate. It retains full SQL flexibility and access to underlying psycopg features.


Head over to the Quick Start to get started with the basics.

If you find any issues or feel that this SDK is not adequately covering your use case, please open an issue.