10000 docs: Add name to query set configuration by kyleconroy · Pull Request #3011 · sqlc-dev/sqlc · GitHub
[go: up one dir, main page]

Skip to content

docs: Add name to query set configuration #3011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 27, 2023
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
0