PSQLPy-based engine for Piccolo-orm
Project description
psqlpy-piccolo
This is a third-party Rust engine for Piccolo ORM.
Under the hood, this engine uses PSQLPy, which is Rust-based and blazingly fast 🔥.
Installation
You can install package with pip
or poetry
.
poetry:
$ poetry add psqlpy-piccolo
pip:
$ pip install psqlpy-piccolo
Usage
Usage is as easy as possible.
PSQLPy based engine has the same interface as other engines from piccolo.
from psqlpy_piccolo import PSQLPyEngine
DB = PSQLPyEngine(
config={
"host": "127.0.0.1",
"port": 5432,
"user": "postgres",
"password": "postgres",
"database": "psqlpy-piccolo",
},
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
psqlpy_piccolo-0.1.7.tar.gz
(8.0 kB
view details)
Built Distribution
File details
Details for the file psqlpy_piccolo-0.1.7.tar.gz
.
File metadata
- Download URL: psqlpy_piccolo-0.1.7.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.5.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a0a768cf85f4955de68bd64024be355bc0e44bff4d9ce36a2fe353267873307 |
|
MD5 | 87bc786a82eca0ee6083d11b6ccd5d9b |
|
BLAKE2b-256 | 93653442936e77f9b09d6ddb816e2a274f9399cd898593cfb444d4877eb129f7 |
File details
Details for the file psqlpy_piccolo-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: psqlpy_piccolo-0.1.7-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.5.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7824d0ecc42d2ec55c328d01dafeedb2745cfaf5c842ce91a7b55acd5b009fa9 |
|
MD5 | f1aa1a7858bacaa86fb28dcfe1f14685 |
|
BLAKE2b-256 | d22f7d9947205ad28e91795db0216118c28303c001de69f2130b41828538eb58 |