Implement the aiosqlite library so that our bot can store data in an asynchronous way #4
Labels
enhancement
New feature or request
high priority
This issue or pull request should be worked on sooner rather than later
question
Further information is requested
models.py
is for data structures outlining data stored outside program memory (such as.env
). Anything we put into a database should probably be defined there.aiosqlite
, an asynchronous implementation of SQLite, though MongoDB might work as well.The text was updated successfully, but these errors were encountered: