Skip to main content

PSQLPy-based engine for Piccolo-orm

Project description

PyPI - Python Version

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.6.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

psqlpy_piccolo-0.1.6-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page