Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bezborodow/psyqlepg
Basic common SQL queries for Psycopg.
https://github.com/bezborodow/psyqlepg
psycopg sql sql-query-builder
Last synced: 18 days ago
JSON representation
Basic common SQL queries for Psycopg.
- Host: GitHub
- URL: https://github.com/bezborodow/psyqlepg
- Owner: bezborodow
- License: bsd-3-clause
- Created: 2023-06-05T14:46:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-04T06:38:27.000Z (8 months ago)
- Last Synced: 2024-10-10T18:18:38.320Z (about 1 month ago)
- Topics: psycopg, sql, sql-query-builder
- Language: Python
- Homepage: https://pypi.org/project/psyqlepg/
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Query Manager for Psycopg
Utility functions for making [SQL](https://www.iso.org/standard/63555.html) queries for [PostgreSQL](https://www.postgresql.org/) with [Python](https://www.python.org/doc/) and [Psycopg 3](https://www.psycopg.org/psycopg3/docs/).
Under development. The API is currently undocumented.
## Development
* [Packaging](https://packaging.python.org/en/latest/tutorials/packaging-projects/)