init socle
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
4ba5c58a37
commit
599479d746
12 changed files with 400 additions and 0 deletions
12
sqlc.yaml
Normal file
12
sqlc.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: "2"
|
||||
sql:
|
||||
- engine: "postgresql"
|
||||
queries: "sqlc/queries/"
|
||||
schema: "migrations/"
|
||||
gen:
|
||||
go:
|
||||
package: "db"
|
||||
out: "internal/db"
|
||||
emit_json_tags: true
|
||||
emit_interface: true
|
||||
emit_methods_with_db_argument: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue