An open API service indexing awesome lists of open source software.

https://github.com/vinzenzklass/python-postgres

Combine the flexibility and power of PostgreSQL with the convenience of ORMs.
https://github.com/vinzenzklass/python-postgres

postgres postgresql

Last synced: about 1 year ago
JSON representation

Combine the flexibility and power of PostgreSQL with the convenience of ORMs.

Awesome Lists containing this project

README

          


Python Postgres


Python Postgres

Python Postgres aims to simplify PostgreSQL interaction in Python. It's a thin abstraction
over [psycopg](https://www.psycopg.org/psycopg3/docs/index.html) that uses SQL, 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.

---

Visit [Python Postgres](https://vinzenzklass.github.io/python-postgres/) for more information.

If you find any issues or have some suggestions,
please [open an issue](https://github.com/VinzenzKlass/python-postgres/issues/new).