2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00
loop/sqlc.yaml

11 lines
210 B
YAML
Raw Normal View History

2023-05-17 17:05:34 +00:00
version: "2"
sql:
- engine: "postgresql"
schema: "loopdb/sqlc/migrations"
queries: "loopdb/sqlc/queries"
gen:
go:
out: loopdb/sqlc
package: sqlc
emit_interface: true