Ensure database file is created by pinging

This commit is contained in:
2024-12-27 15:05:37 +01:00
parent bc2ffce244
commit 80d936af6e
2 changed files with 4 additions and 6 deletions

1
go.mod
View File

@ -5,7 +5,6 @@ go 1.23.4
require (
github.com/go-playground/form/v4 v4.2.1
github.com/mattn/go-sqlite3 v1.14.24
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
)
require (