Skip to content

Commit

Permalink
Update docs/usage/using-sql-databases.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jagger De Leo <[email protected]>
  • Loading branch information
cohix and Jagger De Leo authored Nov 18, 2021
1 parent d2a8e47 commit b436c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/using-sql-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ pub extern fn _start() {
}
```
As you can see, your Runnables can execute any of the queries defined in `Queries.yaml`. The `args` they provide are inserted into the queries' variables by Atmo, and then executed. The query's results are returned to the Runnable in JSON form.
Runnables can execute any of the queries defined in `Queries.yaml`. The `args` they provide are inserted into the queries' variables by Atmo, and then executed. The query's results are returned to the Runnable in JSON form.

0 comments on commit b436c0b

Please sign in to comment.