mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 11:09:13 +00:00
12 lines
207 B
YAML
12 lines
207 B
YAML
version: "2"
|
|
sql:
|
|
- engine: "sqlite"
|
|
queries: "query.sql"
|
|
schema: "schema.sql"
|
|
gen:
|
|
go:
|
|
emit_interface: true
|
|
emit_json_tags: true
|
|
package: "user"
|
|
out: "."
|