Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-04 | model: Create test data with Go instead of SQL | xengineering | |
This allows to formulate the test data with an object-based model which is easier than writing it down in a relational model. | |||
2023-12-27 | model: Inject test data into database | xengineering | |
This is useful for debugging and testing. | |||
2023-12-27 | model: Add initial SQL migration | xengineering | |
This provides the basic table structure to the database. | |||
2023-12-27 | model: Implement database connection | xengineering | |
The already implemented storage folder should contain a sqlite database to store most parts of the Ceres user data. |