add backend tpl

This commit is contained in:
Rogee
2024-11-28 23:18:11 +08:00
parent 77e962b668
commit f7d95418a2
86 changed files with 3229 additions and 135 deletions

6
backend_v1/Makefile Normal file
View File

@@ -0,0 +1,6 @@
.PHONY: model
model:
rm -rf ./database/models/qvyun
jet -dsn=postgresql://postgres:xixi0202@10.1.1.3:5432/qvyun?sslmode=disable -path=./database/models
gofumpt -w -l -extra ./database