mirror of
https://github.com/1f349/orchid.git
synced 2024-11-09 23:02:53 +00:00
11 lines
199 B
YAML
11 lines
199 B
YAML
version: "2"
|
|
sql:
|
|
- engine: sqlite
|
|
queries: database/queries
|
|
schema: database/migrations
|
|
gen:
|
|
go:
|
|
package: "database"
|
|
out: "database"
|
|
emit_json_tags: true
|