Add basic database interaction

This commit is contained in:
2025-05-08 14:18:54 +02:00
parent 8a896b27d3
commit 9acc9a03aa
3 changed files with 167 additions and 0 deletions

2
go.sum
View File

@ -0,0 +1,2 @@
github.com/mattn/go-sqlite3 v1.14.28 h1:ThEiQrnbtumT+QMknw63Befp/ce/nUPgBPMlRFEum7A=
github.com/mattn/go-sqlite3 v1.14.28/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=