linq2db / linq2db.LINQPad

linq2db.LINQPad is a driver for LINQPad.
MIT License
74 stars 24 forks source link

What format does the connection string use? #77

Closed neo3exe closed 2 years ago

neo3exe commented 2 years ago

using the linqpad driver with postgres and would like to know if it's possible to include ssh tunnel settings in the connection string.

MaceWindu commented 2 years ago

We use Npgsql, so it is npgsql connection string format https://www.npgsql.org/doc/connection-string-parameters.html

neo3exe commented 2 years ago

Thanks! looks like have to run the ssh tunnel separately afterall