https://github.com/deknowny/pgquery
A new ORM for Python specially for PostgreSQL. Fully-typed for any query with Pydantic and auto-model generation, compatible with any sync or async driver
https://github.com/deknowny/pgquery
async migrations orm pg postgresql python simple sync typed typings
Last synced: 6 months ago
JSON representation
A new ORM for Python specially for PostgreSQL. Fully-typed for any query with Pydantic and auto-model generation, compatible with any sync or async driver
- Host: GitHub
- URL: https://github.com/deknowny/pgquery
- Owner: deknowny
- License: mit
- Created: 2022-01-28T20:39:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T15:08:42.000Z (over 3 years ago)
- Last Synced: 2025-02-09T23:17:09.821Z (8 months ago)
- Topics: async, migrations, orm, pg, postgresql, python, simple, sync, typed, typings
- Language: Python
- Homepage:
- Size: 520 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PGQuery
> Python PostgreSQL ORM


[](https://coveralls.io/github/deknowny/pgquery?branch=main)
***
__**Check out documentation**__: [https://deknowny.github.io/pgquery/latest/](https://deknowny.github.io/pgquery/latest/)# Features
In developing now. Will be later
## Overview
Later# Installation
Via PyPI:
```shell
python -m pip install pgquery
```
Or via GitHub
```shell
python -m pip install https://github.com/deknowny/pgquery/archive/main.zip
```
# Contributing
Check out [site Contributing section](https://deknowny.github.io/pgquery/latest/contributing/)