C
C#9mo ago
Fady

✅ SQL Database Assignment - Simple question

So i have a school project where we are meant to create a Restaurant table booking system. So i've set one up completely and was thinking i'd create a sister restaurant to the primary one. I've never implemented multiple SQL databases in the same project. How would you go about that? Should i create multiple Controllers? One for each Restaurant?
3 Replies
Angius
Angius9mo ago
Why multiple databases?
Fady
FadyOP9mo ago
I was thinking i'd make one database per restaurant.
Angius
Angius9mo ago
That seems needlessly complicated

Did you find this page helpful?