Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T15:08:42.000Z (about 3 years ago)
- Last Synced: 2024-10-30T04:28:56.435Z (3 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![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pgquery)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/pgquery)
![PyPI](https://img.shields.io/pypi/v/pgquery)
[![Coverage Status](https://coveralls.io/repos/github/deknowny/pgquery/badge.svg?branch=main)](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/)