Added logic to open sqlite database

This commit is contained in:
2022-04-13 18:21:19 -06:00
parent d67f6a8e68
commit 985a7bf005
3 changed files with 45 additions and 2 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module github.com/restitux/ikinuki-server
go 1.18
require github.com/pelletier/go-toml/v2 v2.0.0-beta.8
require (
github.com/mattn/go-sqlite3 v1.14.12
github.com/pelletier/go-toml/v2 v2.0.0-beta.8
)