dgabriele / asyncpgsa

A wrapper around asyncpg for use with sqlalchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Status

asyncpgsa

A python library wrapper around asyncpg for use with sqlalchemy

sqlalchemy ORM

Currently this repo does not support SA ORM, only SA Core.

As we at canopy do not use the ORM, if you would like to have ORM support feel free to PR it. You would need to create an "engine" interface, and that should be it. Then you can bind your sessions to the engine.

sqlalchemy Core

This repo supports sqlalchemy core. Go here for examples.

Examples

Go here for examples.

install

pip install asyncpgsa

Contributing

To contribute or build this locally see contributing.md

About

A wrapper around asyncpg for use with sqlalchemy

License:Apache License 2.0


Languages

Language:Python 100.0%