daneshpatel / sqlalchemy-jdbcapi

SQLAlchemy dialect for JDBC supported database. (Using JDBCAPI)
Other
23 stars 25 forks source link

Officialy SQL Alchemy Support for Python asyncio. Support for Core and ORM as well, add support for asyncio #9

Open daneshpatel opened 2 years ago

daneshpatel commented 2 years ago

All existing dialects will not be changed add micro module Please refer to https://github.com/sqlalchemy/sqlalchemy/tree/main/examples

Installation: python3 -m pip install sqlalchemy-jdbcapi[asyncio]