Use mutiple db connections for multi tenancy, whats the right way ? #906
Unanswered
pullmann4rent
asked this question in
Q&A
Replies: 1 comment 2 replies
-
See second parameter |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am right now developing a multi tenancy SaaS. I use multiple databases and dont know how to use for each connection.
Can I map my connections or should I hard coded and write everytime for each company a new db code in my db.ts file?
So how can I start and connect the two db togehter and is there a better way to do this ?
Beta Was this translation helpful? Give feedback.
All reactions