Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 43)
43.
Which module in Python is used for working with SQLite databases in an asynchronous manner?
sqlite
sqlite3
asyncsqlite
asqlite
Answer: Option
Explanation:
The asyncsqlite module in Python provides asynchronous support for working with SQLite databases.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.