-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthigh priorityThis issue or pull request should be worked on sooner rather than laterThis issue or pull request should be worked on sooner rather than laterquestionFurther information is requestedFurther information is requested
Description
- Issues like Role Assignment #3 might require some level of data storage for the program to keep track of data for longer periods of time.
models.pyis for data structures outlining data stored outside program memory (such as.env). Anything we put into a database should probably be defined there.- I am initially recommending
aiosqlite, an asynchronous implementation of SQLite, though MongoDB might work as well. - Further discussion is likely required
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthigh priorityThis issue or pull request should be worked on sooner rather than laterThis issue or pull request should be worked on sooner rather than laterquestionFurther information is requestedFurther information is requested