Added info about SSH tunneling in the readme.

This commit is contained in:
Pablo Martin 2022-08-19 17:27:07 +02:00
parent 0effe7f3c8
commit 8e37e41d82

View file

@ -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.