Skip to content

Commit e091281

Browse files
authored
Improve README/Settings (#747)
1 parent 0114e44 commit e091281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
271271
in 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`:

0 commit comments

Comments
 (0)