Move database code to store package

This commit is contained in:
bronku 2025-03-21 23:35:55 +01:00
parent d1c393736a
commit e75468ce55
7 changed files with 79 additions and 75 deletions

View file

@ -2,9 +2,9 @@
## Critical Features
- [ ] Database Implementation
- [x] Database Implementation
- [ ] Init mode to create a new db
- [x] Init mode to create a new db
- [x] Set up SQLite database
- [x] Create proper schemas
- [x] Implement data persistence