Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: Add name to query set configuration
  • Loading branch information
kyleconroy committed Nov 27, 2023
commit fc1916c1fe450bf465bb7200ffbde983a604a603
2 changes: 2 additions & 0 deletions docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ sql:

Each mapping in the `sql` collection has the following keys:

- `name`:
- An human-friendly identifier for this query set. Optional.
- `engine`:
- One of `postgresql`, `mysql` or `sqlite`.
- `schema`:
Expand Down