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
I'm not sure about the definition of domain right now, for usecase, he shouldn't care if the repo is stored by mongo or mysql or some other database as the underlying storage.
For usecase, he needs a detailed data, for example.
This is the simplest tree data, inside Mongo I can easily put it inside an object, whereas inside a relational database I need to put them inside multiple tables.
My question now is, how is domain defined? If it's a tree structure, shouldn't MySQL's Repo implementation also return a tree struct?
The text was updated successfully, but these errors were encountered:
I'm not sure about the definition of domain right now, for usecase, he shouldn't care if the repo is stored by mongo or mysql or some other database as the underlying storage.
For usecase, he needs a detailed data, for example.
This is the simplest tree data, inside Mongo I can easily put it inside an object, whereas inside a relational database I need to put them inside multiple tables.
My question now is, how is domain defined? If it's a tree structure, shouldn't MySQL's Repo implementation also return a tree struct?
The text was updated successfully, but these errors were encountered: