Modified models to support a DB

This commit is contained in:
Leon Mika 2026-02-19 21:21:27 +11:00
parent 3591e0c723
commit ebaec3d296
33 changed files with 675 additions and 64 deletions

11
Makefile Normal file
View file

@ -0,0 +1,11 @@
BUILD_DIR=build
all: clean build
.Phony: clean
clean:
-rm -r $(BUILD_DIR)
.Phony: gen
gen:
go run github.com/sqlc-dev/sqlc/cmd/sqlc@v1.30.0 generate