mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
17 lines
371 B
YAML
17 lines
371 B
YAML
version: "2"
|
|
sql:
|
|
- engine: "sqlite"
|
|
schema: "sqlc/schema"
|
|
queries: "sqlc/query"
|
|
database:
|
|
uri: "file:data/music.db"
|
|
gen:
|
|
go:
|
|
package: "db"
|
|
out: "internal/db"
|
|
emit_json_tags: true
|
|
emit_interface: true
|
|
emit_empty_slices: true
|
|
overrides:
|
|
- db_type: "INTEGER"
|
|
go_type: "int" |