Skip to content
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

Sequel support #104

Open
jonatas opened this issue Jan 31, 2025 · 0 comments
Open

Sequel support #104

jonatas opened this issue Jan 31, 2025 · 0 comments

Comments

@jonatas
Copy link
Collaborator

jonatas commented Jan 31, 2025

Discussing database performance with Ruby folks on Reddit, I got this excellent comment:

Went there to say the same. It also have a huge pack of plugins, many of them is performance oriented. Like tactical_eager_loading, rcte_tree > It took me some effort to switch my team to Sequel, but after all not a single developer wants to work with AR again. So give it a try, it’s awesome

We should think about supporting Sequel and build a small path, which can be:

require "timescaledb" # detects your ORM framework or Plain PG
require "timescaledb/sequel" # only loads Sequel overloading
require "timescaledb/active_record" # only AR

source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant