File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ Use "sqlc [command] --help" for more information about a command.
267
267
268
268
## Settings
269
269
270
- The ` sqlc ` tool is configured via a ` sqlc.yaml ` file. This file must be
270
+ The ` sqlc ` tool is configured via a ` sqlc.yaml ` or ` sqlc.json ` file. This file must be
271
271
in the directory where the ` sqlc ` command is run.
272
272
273
273
``` yaml
@@ -291,9 +291,9 @@ Each package document has the following keys:
291
291
- `path` :
292
292
- Output directory for generated code
293
293
- `queries` :
294
- - Directory of SQL queries or path to single SQL file
294
+ - Directory of SQL queries or path to single SQL file; or a list of paths
295
295
- `schema` :
296
- - Directory of SQL migrations or path to single SQL file
296
+ - Directory of SQL migrations or path to single SQL file; or a list of paths
297
297
- `engine` :
298
298
- Either `postgresql` or `mysql`. Defaults to `postgresql`. MySQL support is experimental
299
299
- `emit_json_tags` :
You can’t perform that action at this time.
0 commit comments