Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fuyukai/pg-purepy

Pure-python structurally concurrent PostgreSQL driver
https://github.com/fuyukai/pg-purepy

anyio async postgresql python trio

Last synced: 3 months ago
JSON representation

Pure-python structurally concurrent PostgreSQL driver

Awesome Lists containing this project

README

        

pg-purepy
=========

.. image:: https://img.shields.io/pypi/pyversions/pg-purepy?style=flat-square
:alt: PyPI - Python Version

pg-purepy is a pure-Python PostgreSQL wrapper based on the `anyio`_ library.

A lot of this library was inspired by the `pg8000`_ library. Credits to that.

Read the docs at https://pg.py.veriny.tf/.

.. _anyio: https://github.com/agronholm/anyio
.. _pg8000: https://github.com/tlocke/pg8000