feat: Add basic infrastructure for SQLite

This commit is contained in:
Felix Pojtinger
2021-11-14 14:19:23 +01:00
parent 4de7240c85
commit b7c79d7e91
19 changed files with 4890 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
generate:
sql-migrate up -env="production" -config configs/sql-migrate/metadata.yaml
go generate ./...
clean:
rm -rf pkg/db