From d4f9a394fd17d6493ff6eea9951479931f0534d8 Mon Sep 17 00:00:00 2001 From: Govindas Date: Fri, 31 Jul 2020 11:52:58 +0300 Subject: [PATCH] Add synchronous syntax to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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