Open
Description
Async drivers:
- SQLite: https://github.com/omnilib/aiosqlite
- PostgreSQL: https://github.com/MagicStack/asyncpg
Also, we can avoid having to duplicate all code for sync and async implementations with https://asyncer.tiangolo.com/tutorial/syncify-no-raise/#run-async-code-from-mainly-blocking-code.