Separate db initialization from store opening
This commit is contained in:
parent
646501d609
commit
b61bae7cd8
5 changed files with 36 additions and 30 deletions
2
TODO.md
2
TODO.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue