-
Notifications
You must be signed in to change notification settings - Fork 4
feat(snippet): add example for @dbquery with SQL queries #66
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the suggested changes
configurationset: | ||
- configuration: | ||
name: postgresql_config | ||
uri: postgresql://postgresql.introspection.stepzen.net/introspection?user=testUserIntrospection&password=HurricaneStartingSample1934 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add missing newline
…mapping and @dbquery usage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge and do cleanup later.
This pull request introduces a new snippet that demonstrates the usage of the @dbquery(query:) directive in StepZen. This snippet is designed to help understand how to perform custom SQL queries using the @dbquery directive in a demo database.