Lazy connection
#1964
Replies: 1 comment 1 reply
-
You can set the |
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
-
I have a have an application that fails to boot when there's a Sequel that can't connect, even if I don't need this database for this execution. In my case I have some thor tasks that does not depends on the Sequel connection but some other does.
Is there a way to connect to the database only when a query is made?
Beta Was this translation helpful? Give feedback.
All reactions