Add basic database interaction

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

2
go.mod
View File

@ -1,3 +1,5 @@
module git.omicron.one/omicron/linkshare
go 1.24
require github.com/mattn/go-sqlite3 v1.14.28