kostafey / ejc-sql

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

readme: add clickhouse and elasticsearch example #150

Closed lroolle closed 3 years ago

lroolle commented 3 years ago

Add ClickHouse and ElasticSearch example.

kostafey commented 3 years ago

Hello, @lroolle. You don't need to set both :dependencies and :classpath parameters. if the required JDBC driver (and its related dependencies) can be found in maven central, the only :dependencies parameter is preferable. If JDBC driver is not available in the public repo, the :classpath parameter is applicable. No need to set both.

lroolle commented 3 years ago

Hello, @lroolle. You don't need to set both :dependencies and :classpath parameters. if the required JDBC driver (and its related dependencies) can be found in maven central, the only :dependencies parameter is preferable. If JDBC driver is not available in the public repo, the :classpath parameter is applicable. No need to set both.

Whoops, I just figured this works and did not see the func doc closely. Thanks~ and hope this doc would be a help for those also using ejc-sql in ch/es.

kostafey commented 3 years ago

Thank you. Merged.