Replies: 1 comment
-
you can use this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let say I have model
const Theme = use('App/Models/Theme');
When I'm performing query on it I would like to define also db connection on model:
I know that is not possible now...I have to use Database provider but anyway shouldn't be added in some later version of adonis ...maybe... ?
Beta Was this translation helpful? Give feedback.
All reactions