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.