mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-17 00:54:20 +01:00
11 lines
222 B
YAML
11 lines
222 B
YAML
version: "2"
|
|
sql:
|
|
- engine: "postgresql"
|
|
schema: "aperturedb/sqlc/migrations"
|
|
queries: "aperturedb/sqlc/queries"
|
|
gen:
|
|
go:
|
|
out: aperturedb/sqlc
|
|
package: sqlc
|
|
emit_interface: true
|