sqlite basic impl

This commit is contained in:
2025-02-01 19:21:24 +01:00
parent f925f33348
commit f686c51611
6 changed files with 137 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/target
/.idea
/.idea
/todo-db.db3