From f0164bc47ef3c922995b4d171f7c84108f5d484b Mon Sep 17 00:00:00 2001 From: Adrian Burlacu Date: Mon, 1 Jan 2024 18:20:09 +0200 Subject: [PATCH] Readme. --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2a843e0..8bf05ae 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,11 @@ can be seen by running `select * from sqlite_master;` and the user can edit the triggers/tables. Also, the `-f` flag prevents all modifications related to change tracking. -If the user wants to see query results for every query, they need to run -one query at a time. Otherwise, only the results of the first query are shown. -Also, the change tracking API -- i.e. when creating or modifying tables -- -expects one query at a time. Breaking down scripts into queries is not a simple -parsing job as parsing cannot rely on delimiters such as `;`. - -Interactive queries are supported due to the stateful nature of the API. -A DB connection is marked inactive and is refreshed after 1 hour. A session -cookie to the server is marked inactive after 1 day. +It is recommended to invoke the API one query at a time although it is possible +to execute multiple statements in a single invocation. Interactive queries are +supported due to the stateful nature of the API. A DB connection is marked +inactive and is refreshed after 1 hour. A session cookie to the server is marked +inactive after 1 day. ## CLI