diff --git a/readme.md b/readme.md index e9b5652..476b275 100644 --- a/readme.md +++ b/readme.md @@ -41,6 +41,10 @@ A few notes: - I advice you to make the first query a silly, fast query such as `SELECT 1` to validate your connection and quickly confirm that everything is set up properly. +## Other features +- The connection to the database can be made through an SSH tunnel. See the examples in `config_examples` to + understand how to configure it. + ## A few more details - Queries are run sequentially, as in the second query will only start after the first query is finished.