DuckDB
#2047
Replies: 1 comment 3 replies
-
You should look at Sequel's existing adapters in lib/sequel/adapters. The best approach to support a new adapter is to copy an existing aadapter, and modify it to support the underlying driver. I'd recommend copying the trilogy adapter, since it is the newest and smallest. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello together,
I have been using Sequel for some time now and am super excited. I mainly use SQLite as database. I think that the future will rather belong to the database duckdb, so I would like to use this test with Sequel.
The following does not work at the moment:
I have been programming in Ruby for some time, but my knowledge is not sufficient to be able to program an adapter (connector) for DuckDB from scratch. However, I would dare to take my first steps in this direction based on the Sqlite-Adapter. Where can I see how the Sequel-Sqlite-Adapter programmed?
However, there may already be a professional working on a DuckDB adapter, which I would appreciate much more. Regardless, I would be interested to see how such an adapter is built.
Beta Was this translation helpful? Give feedback.
All reactions