Separate db initialization from store opening

This commit is contained in:
bronku 2025-03-21 18:50:26 +01:00
parent 646501d609
commit b61bae7cd8
5 changed files with 36 additions and 30 deletions

View file

@ -4,6 +4,7 @@
- [ ] Database Implementation
- [ ] Init mode to create a new db
- [x] Set up SQLite database
- [x] Create proper schemas
- [x] Implement data persistence
@ -123,6 +124,7 @@
- [ ] Integration Tests
- [ ] File structure
- [ ] Embed templates
- [ ] Single init function for handler
## Future Considerations