Add db and types

This commit is contained in:
2024-08-09 15:06:10 +02:00
parent 75234ee392
commit d6e00316bc
11 changed files with 191 additions and 2 deletions

5
go.mod
View File

@@ -4,7 +4,10 @@ go 1.21
toolchain go1.22.4
require github.com/wailsapp/wails/v2 v2.9.1
require (
github.com/mattn/go-sqlite3 v1.14.22
github.com/wailsapp/wails/v2 v2.9.1
)
require (
github.com/bep/debounce v1.2.1 // indirect