Switch from in-memory to SQLite storage

This commit is contained in:
bronku 2025-03-19 11:59:08 +01:00
parent e55ca30d20
commit 23647d74fc
6 changed files with 288 additions and 40 deletions

View file

@ -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