Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fuyukai/pg-purepy
- Owner: Fuyukai
- License: lgpl-3.0
- Created: 2021-07-01T17:47:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T16:45:13.000Z (3 months ago)
- Last Synced: 2024-10-22T05:37:57.583Z (3 months ago)
- Topics: anyio, async, postgresql, python, trio
- Language: Python
- Homepage: https://pg.py.veriny.tf/
- Size: 347 KB
- Stars: 13
- Watchers: 2
- 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.py.veriny.tf/.
.. _anyio: https://github.com/agronholm/anyio
.. _pg8000: https://github.com/tlocke/pg8000