-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Clickhouse support #53
Comments
I added oracle support PR, recently. I think it is the minimal change of adding a new driver. Please talk a look |
Hello @PhilipMok-cc , Are you referring to this PR #78 ? |
Yes, but there are some issue.
|
Hello! Just mind that v2 version is on the road https://github.com/ClickHouse/clickhouse-go/releases/tag/v2.0.0-beta.5 Maintainers have already switched their production servers to v2. |
This adds initial support for the clickhouse database system. Keywords are currently based upon postgres, as the clickhouse docs do not provide a good overview of all allowed keywords. fix sqls-server#53
Hey :) I've created a PR to add clickhouse database support. I hope this is still wanted! (see #133) |
This adds initial support for the clickhouse database system. Keywords are currently based upon postgres, as the clickhouse docs do not provide a good overview of all allowed keywords. fix sqls-server#53
This adds initial support for the clickhouse database system. Keywords are currently based upon postgres, as the clickhouse docs do not provide a good overview of all allowed keywords. fix sqls-server#53
This adds initial support for the clickhouse database system. Keywords are currently based upon postgres, as the clickhouse docs do not provide a good overview of all allowed keywords. fix sqls-server#53
Hello,
First of all , thanks for the project, it looks great !
I would like to know if you would welcome clickhouse support in
sqls
.I could look at the code and see how I could make that happen. In addition, given that clickhouse is open source, we could integrate CI tests in your current workflow.
Would you welcome such PR ? If so, could you point me to the right direction ?
I was planing to use the official go driver for clickhouse
Thanks
Again, great work already !
Thank you for taking the time to build this LSP server.
The text was updated successfully, but these errors were encountered: