Replies: 2 comments 3 replies
-
Also for example there is FINAL keyword in Clickhouse: CH.execute(DB.from(Sequel.lit("transactions FINAL")).select(:id).sql) It's more complicated. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It's probably best that you work on an external Sequel adapter for ClickHouse, similar to other external Sequel adapters listed at https://sequel.jeremyevans.net/plugins.html#extensions-external-adapters |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use Sequel for PostgreSQL in our application. Also we try to use it for Clickhouse.
Something like that:
Clickhouse uses not exactly SQL but SQL-like language. What do you think about making native support for Clickhouse and other SQL-like languages?
Beta Was this translation helpful? Give feedback.
All reactions