Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)