Optionally initialise new db from JSON files

This commit is contained in:
Lou Knauer
2021-10-11 11:11:14 +02:00
parent e4c0b3e955
commit 22e3e49970
4 changed files with 209 additions and 12 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/99designs/gqlgen v0.13.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.6.1
github.com/jmoiron/sqlx v1.3.1 // indirect
github.com/jmoiron/sqlx v1.3.1
github.com/mattn/go-sqlite3 v1.14.6
github.com/vektah/gqlparser/v2 v2.1.0
)