aiopeewee
aiopeewee copied to clipboard
Asyncio interface for Peewee ORM
Drone is not available anymore, and the lack of public CI blocks merging PRs.
Peewee released version 3.0. It would be awesome if aiopeewee supports it.
Added sqlite.py. But I receive error sqlite3.ProgrammingError: Cannot operate on a closed database. It's because other files wait, that returned from 'db' instance by 'get_conn' connection will be usable after...
Due to the use of connection pool by default, the `async with self.pool.acquire()` idiom is required in most of the database methods. The async with hell gets complicated in the...
Aiopg
postgresql suport,uri parser,database factory function with unit tests