Validate db schema before startup

This commit is contained in:
2023-05-28 19:59:57 +02:00
parent 312a31ce9e
commit e9b4db0f1c
19 changed files with 225 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ require (
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-sqlite3 v1.14.16
github.com/rs/zerolog v1.28.0
gogs.mikescher.com/BlackForestBytes/goext v0.0.103
gogs.mikescher.com/BlackForestBytes/goext v0.0.126
gopkg.in/loremipsum.v1 v1.1.0
)