X Tutup
Skip to content

Latest commit

 

History

History

README.md

home true
icon home
title PSQLPy documentation
heroImage ./logo.png
heroText PSQLPy
tagline Asynchronous Python PostgreSQL driver written in Rust
actions
text type link
Let's start
primary
./introduction/lets_start
text link
What is PSQLPy?
./introduction/introduction
highlights
features
title details
Fully Asynchronous
Support native rust/python asynchronous. It's easy as it seems.
title details
Fully Typed
PSQLPy has type for each class, function, method and etc.
title details
Blazingly Fast
PSQLPy beats others PostgreSQL drivers in different benchmarks.
title details
Under active development
PSQLPy is under active development.

What is PSQLPy

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.

How to install

::: tabs @tab pip

pip install psqlpy

@tab poetry

poetry add psqlpy

@tab git

pip install git+https://github.com/psqlpy-python/psqlpy

:::

Join community!

You can get support from the creators and users of PSQLPy in some social media:

X Tutup