Modified models to support a DB
This commit is contained in:
parent
3591e0c723
commit
ebaec3d296
33 changed files with 675 additions and 64 deletions
11
Makefile
Normal file
11
Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue