Add scoped database driver similar scoped filesystem driver #44721
Unanswered
henriquecm
asked this question in
Ideas
Replies: 1 comment 1 reply
-
I guess the equivalent to the scoped filesystem driver would be to reuse an existing database driver but with a different prefix. Is that what you are suggesting? Because if so, then I have a use-case for such functionality also. |
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.
-
Sometimes I need to connect more than one database on the project.
But most settings use the same value, usually only database, user and password change.
It would be nice to have a scoped driver for database that works like the scoped driver that was introduced in 9.30 for file systems.
Beta Was this translation helpful? Give feedback.
All reactions