Added info about SSH tunneling in the readme.
This commit is contained in:
parent
0effe7f3c8
commit
8e37e41d82
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
- 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.
|
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
|
## A few more details
|
||||||
|
|
||||||
- Queries are run sequentially, as in the second query will only start after the first query is finished.
|
- Queries are run sequentially, as in the second query will only start after the first query is finished.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue