Last updated:
0 purchases
asyncql 0.2.2
asyncql
An asynchronous python library for all your database needs.
This is designed as an alternative/replacement for databases, without the use of SQLAlchemy.
Installation
Requires Python3.7+
Currently supported databases:
MySQL (with aiomysql)
You can install asyncql with your desired database like so:
$ pip install asyncql[mysql]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.