We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you kindly for your cool tool
Could you add ClickHouse database support? ClickHouse is blazing fast OLAP Columnar database,
look https://clickhouse.com/docs/en/development/integrating_rust_libraries for details
The text was updated successfully, but these errors were encountered:
Hello @Slach thank you for the feature request. I took a quick look at the clickhouse driver and they do not currently appear to support dynamic querying: ClickHouse/clickhouse-rs#53 or execution: ClickHouse/clickhouse-rs#74
If/when they update their driver to support this capability, it would be pretty easy to add support to rsql.
Sorry, something went wrong.
No branches or pull requests
Thank you kindly for your cool tool
Could you add ClickHouse database support?
ClickHouse is blazing fast OLAP Columnar database,
look https://clickhouse.com/docs/en/development/integrating_rust_libraries for details
The text was updated successfully, but these errors were encountered: