Switch from in-memory to SQLite storage
This commit is contained in:
parent
e55ca30d20
commit
23647d74fc
6 changed files with 288 additions and 40 deletions
3
TODO.md
3
TODO.md
|
|
@ -8,6 +8,7 @@
|
|||
- [ ] Create proper schemas
|
||||
- [ ] Implement data persistence
|
||||
- [ ] Add database migrations
|
||||
- [ ] Add database caching
|
||||
|
||||
- [ ] Input Validation
|
||||
|
||||
|
|
@ -120,6 +121,8 @@
|
|||
- [ ] API Documentation
|
||||
- [ ] Unit Tests
|
||||
- [ ] Integration Tests
|
||||
- [ ] File structure
|
||||
- [ ] Embed templates
|
||||
|
||||
## Future Considerations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue