| home | true | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| icon | home | |||||||||||||||||||||||
| title | PSQLPy documentation | |||||||||||||||||||||||
| heroImage | ./logo.png | |||||||||||||||||||||||
| heroText | PSQLPy | |||||||||||||||||||||||
| tagline | Asynchronous Python PostgreSQL driver written in Rust | |||||||||||||||||||||||
| actions |
|
|||||||||||||||||||||||
| highlights |
|
PSQLPy is a Python driver for PostgreSQL fully written in Rust. It was inspired by Psycopg3 and AsyncPG.
This project has two main goals:
We found that communication with the database can be faster and safer, so we tried to implement a new PostgreSQL driver in Rust for Python.
It has all necessary components to create high-load and fault tolerance applications.
::: tabs @tab pip
pip install psqlpy@tab poetry
poetry add psqlpy@tab git
pip install git+https://github.com/psqlpy-python/psqlpy:::
You can get support from the creators and users of PSQLPy in some social media: