Added Sqlite DB replacing JSON

This commit is contained in:
2025-05-22 23:11:03 -04:00
parent cf8a1a8474
commit 748c8c8573
5 changed files with 69 additions and 77 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module github.com/AmanTahiliani/todo
go 1.24.0
require github.com/mattn/go-sqlite3 v1.14.28