feat: Start implementation of SQLite index backend

This commit is contained in:
Felix Pojtinger
2021-11-21 00:28:25 +01:00
parent 0cb243a3fb
commit 386f95c1b0
19 changed files with 4046 additions and 2 deletions

6
Makefile Normal file
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