UCLA-CS130-23Fall / EasySplit

MIT License
0 stars 3 forks source link

[Task] Init the basic database models using TinyDB #22

Closed huangyz0918 closed 1 year ago

huangyz0918 commented 1 year ago

Objective:

Outline the primary goal of setting up the initial database models with TinyDB.

Requirements:

Specify what models need to be created, the fields they should contain, and any relations between them.

Constraints:

Mention any specific constraints or requirements, such as the need for the models to be lightweight or optimized for performance.

Expected Outcome:

Describe what the completed task will achieve, such as a functioning database schema ready for CRUD operations.