2023-03-05 23:35:41 +07:00
|
|
|
version: "1"
|
|
|
|
packages:
|
|
|
|
- name: "db"
|
|
|
|
path: "./db/sqlc"
|
|
|
|
queries: "./db/query/"
|
|
|
|
schema: "./db/migrations/"
|
|
|
|
engine: "postgresql"
|
|
|
|
emit_json_tags: true
|
|
|
|
emit_prepared_queries: false
|
2023-03-12 11:01:43 +07:00
|
|
|
emit_interface: true
|
2023-03-05 23:35:41 +07:00
|
|
|
emit_exact_table_names: false
|
2023-03-12 11:01:43 +07:00
|
|
|
emit_empty_slices: true
|