kostafey / ejc-sql

Emacs SQL client uses Clojure JDBC.
278 stars 29 forks source link

Add sslmode parameter #160

Closed sienic closed 2 years ago

sienic commented 2 years ago

Sometimes I need to connect to databases with sslmode as required. Unfortunately, the JDBC driver does not use the PGSSLMODE env variable, as opposed to psql, so I need to include it in the connection parameters.

kostafey commented 2 years ago

Thank you. Merged.