File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ; ; sample SQL Shell configuration file
2-
3- ; [Environment]
4- ; EDITOR =
5- ; PAGER =
6-
7- ; [MSSQL]
8- ; shell =
9- ; startup_file =
10- ; help =
11-
12- ; [DSN]
13- ; <db_type>: <name> = <arguments>
14- ; MSSQL: Ubuntu = -S db -U sa -P password
15- ; MySQL: Ubuntu = -u root -ppassword -h db
16- ; Oracle: PDB = sys/password@db/xepdb1 as sysdba
17- ; PostgreSQL: Ubuntu = postgresql://postgres:password@db
18- ; SQLite: Chinook = Chinook.sqlite
1+ ; ; sample SQL Shell configuration file
2+
3+ ; [Environment]
4+ ; EDITOR =
5+ ; PAGER =
6+
7+ ; [MSSQL]
8+ ; shell =
9+ ; startup_file =
10+ ; help =
11+
12+ ; [DSN]
13+ ; <db_type>: <name> = <arguments>
14+ ; MSSQL: Ubuntu = -S db -U sa -P password
15+ ; MySQL: Ubuntu = -u root -ppassword -h db
16+ ; Oracle: PDB = sys/password@db/xepdb1 as sysdba
17+ ; PostgreSQL: Ubuntu = postgresql://postgres:password@db
18+ ; SQLite: Chinook = Chinook.sqlite
Original file line number Diff line number Diff line change 1- ; ; example tunnel configuration
2- ; ; https://upload.wikimedia.org/wikipedia/commons/d/dc/Ssh-L-Tunnel.png
3-
4- [tunneldb]
5- proxy_host = <sshserver>
6- ; proxy_port = 22
7- ; proxy_user = <current_user>
8- ; remote_host = localhost
1+ ; ; example tunnel configuration
2+ ; ; https://upload.wikimedia.org/wikipedia/commons/d/dc/Ssh-L-Tunnel.png
3+
4+ [tunneldb]
5+ proxy_host = <sshserver>
6+ ; proxy_port = 22
7+ ; proxy_user = <current_user>
8+ ; remote_host = localhost
You can’t perform that action at this time.
0 commit comments