You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I watched this https://www.youtube.com/watch?v=JgqDajrdSrY and it states that the databases should be separate for each of the services. On inspection of Model.js I can see that it is not.
Could you make an example where it is?
Thanks,
Jamie
The text was updated successfully, but these errors were encountered:
Hello! It's not implemented in this example for brevity, but it's very straightforward. Instead of a centralized models module, every service should declare its own models and its own database connection. No databases, collections, tables or models should be shared between services.
Hi,
I watched this https://www.youtube.com/watch?v=JgqDajrdSrY and it states that the databases should be separate for each of the services. On inspection of
Model.js
I can see that it is not.Could you make an example where it is?
Thanks,
Jamie
The text was updated successfully, but these errors were encountered: