We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b25d93 commit 25b5a74Copy full SHA for 25b5a74
users/sqlc.yaml
@@ -1,14 +1,19 @@
1
-version: "1"
2
-packages:
3
- - name: "users"
4
- path: "."
5
- queries: "queries"
6
- schema: "migrations"
7
- engine: "postgresql"
8
- emit_json_tags: false
9
- emit_prepared_queries: false
10
- emit_interface: true
11
- emit_exact_table_names: false
+version: '2'
+sql:
+- name: "users"
+ queries: "queries"
+ schema: "migrations"
+ engine: "postgresql"
+ gen:
+ go:
+ package: "users"
+ out: "."
+ emit_json_tags: false
12
+ emit_prepared_queries: false
13
+ emit_interface: true
14
+ emit_exact_table_names: false
15
overrides:
- - go_type: "github.com/jackc/pgtype.UUID"
- db_type: "uuid"
16
17
+ overrides:
18
+ - go_type: "github.com/jackc/pgtype.UUID"
19
+ db_type: "uuid"
0 commit comments