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.
- Host: GitHub
- URL: https://github.com/vinzenzklass/python-postgres
- Owner: VinzenzKlass
- License: apache-2.0
- Created: 2024-11-14T09:15:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-02T07:25:52.000Z (about 1 year ago)
- Last Synced: 2025-05-07T09:51:40.325Z (about 1 year ago)
- Topics: postgres, postgresql
- Language: Python
- Homepage: https://vinzenzklass.github.io/python-postgres/
- Size: 867 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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).