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: 8 days ago
JSON representation
Pure-python structurally concurrent PostgreSQL driver
- Host: GitHub
- URL: https://github.com/fuyukai/pg-purepy
- Owner: Fuyukai
- License: lgpl-3.0
- Created: 2021-07-01T17:47:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T16:48:03.000Z (9 months ago)
- Last Synced: 2025-01-06T17:49:37.766Z (9 months ago)
- Topics: anyio, async, postgresql, python, trio
- Language: Python
- Homepage: https://pg.py.veriny.tf/
- Size: 414 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pg-purepy
=========.. image:: https://img.shields.io/pypi/pyversions/pg-purepy?style=flat-square
:alt: PyPI - Python Versionpg-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-purepy.readthedocs.io/en/latest/.
.. _anyio: https://github.com/agronholm/anyio
.. _pg8000: https://github.com/tlocke/pg8000