Skip to content

Commit a2494cd

Browse files
committed
feat/added_new_async_driver
- Added the Async SQLite driver - Added the Async Postgres driver - Added the Async UnqLite driver
1 parent 0f8e569 commit a2494cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python-multipart~=0.0.20
1111
# Dependencies for async operations in specific databases
1212

1313
asyncio~=4.0.0 # Core async library
14+
unqlite~=0.9.9 # UnQLite driver (The async version is included in the main package using asyncio)
1415
asyncpg~=0.27.0 # Async PostgreSQL driver
1516
aiomysql~=0.2.0 # Async MySQL driver
1617
aiosqlite~=0.21.0 # Async SQLite driver

0 commit comments

Comments
 (0)