Skip to content

okanakbulut/asyncpgsa

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%