commit | e7debf1c62bc38361bc33505d6ea3452fbbad339 | [log] [tgz] |
---|---|---|
author | Volodymyr Stoiko <vstoiko@mirantis.com> | Thu May 11 10:46:10 2017 +0300 |
committer | Volodymyr Stoiko <vstoiko@mirantis.com> | Thu May 11 14:46:47 2017 +0300 |
tree | 43d7fd5e7f73de58afe8b98f311f0c4f78e0289b | |
parent | 81f4f437aee8a6c63d3d29be836d3230225bfe32 [diff] [blame] |
Add support for simple queries
diff --git a/README.rst b/README.rst index 6685805..bc85b8f 100644 --- a/README.rst +++ b/README.rst
@@ -296,6 +296,11 @@ host: localhost createdb: true rights: all privileges + init: + maintenance_db: mydb + queries: + - INSERT INTO login VALUES (11, 1) ; + - INSERT INTO device VALUES (1, 11, 42); Sample usage