-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
We currently query SQLite directly with (raw query strings)[https://github.com/Project-Reclass/toynet-flask/blob/main/flasksrc/value.py#L66]. This is error prone and also must be changed every time we switch to a new relational database. (SQLAlchemy)[https://www.sqlalchemy.org/] is a popular and robust solution to this problem.
This ticket explores how to implement SQLAlchemy with our most basic submodule, Values:
There should not be many changes to the database schema, and all tests should pass the same.
Don't forget to update requirements.txt!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed