diff --git a/README.md b/README.md index 564d0ca..ab1e655 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,11 @@ Executes a statement on a database and optionally stores the result in a variabl If a list variable, such as `{test::*}`, is passed, the query result will be mapped to the list variable in the form `{test::::}` + + If `synchronously` is specified, the SQL query will be done on the current thread. #### Syntax ``` -execute %string% (in|on) %datasource% [and store [[the] (output|result)[s]] (to|in) [the] [var[iable]] %-objects%] +[synchronously] execute %string% (in|on) %datasource% [and store [[the] (output|result)[s]] (to|in) [the] [var[iable]] %-objects%] ``` #### Examples