Commit Graph

2 Commits

Author SHA1 Message Date
davidtio
a012c69693 Add SQLite persistence via Docker named volume
Tasks are now stored in SQLite (DB_PATH env var, defaults to ./tasks.db).
Pre-seeding runs only when the table is empty, so upgrades preserve data.
This is the v1.0.0 baseline for the persistence demo.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 14:15:17 +08:00
davidtio
93e8401ed3 Initial commit: Scala/Thorium task manager demo app 2026-02-28 13:09:48 +08:00