File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ Use "sqlc [command] --help" for more information about a command.
267267
268268## Settings
269269
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
271271in the directory where the ` sqlc ` command is run.
272272
273273``` yaml
@@ -291,9 +291,9 @@ Each package document has the following keys:
291291- `path` :
292292 - Output directory for generated code
293293- `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
295295- `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
297297- `engine` :
298298 - Either `postgresql` or `mysql`. Defaults to `postgresql`. MySQL support is experimental
299299- `emit_json_tags` :
You can’t perform that action at this time.
0 commit comments