stage 0 database schema ready
This commit is contained in:
parent
f463e71c28
commit
7720522a32
18 changed files with 5577 additions and 4 deletions
9
backend/db/config/sqlc.yml
Normal file
9
backend/db/config/sqlc.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
version: "2"
|
||||
sql:
|
||||
- engine: "mysql"
|
||||
queries: "queries.sql"
|
||||
schema: "schema.sql"
|
||||
gen:
|
||||
go:
|
||||
package: "db"
|
||||
out: "../"
|
||||
Loading…
Add table
Add a link
Reference in a new issue