From 8e37e41d8271923ede063019b5d2f018ae5c603d Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 19 Aug 2022 17:27:07 +0200 Subject: [PATCH] Added info about SSH tunneling in the readme. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) 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.