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