Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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