Skip to content

psqlpy-python/psqlpy-piccolo

Repository files navigation

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",
    },
)

About

PSQLPy integration for Piccolo-ORM

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy