Built-in relational model? #124
Unanswered
TheColonel2688
asked this question in
Q&A
Replies: 1 comment
-
The built-in relational model has datastructures and support for CRUD operations for your entities. When using relational you still need to define your entity classes, for example Customer, Order, Product etc Where as with a user defined model you start with an empty class and need to define everything: data structures, entities, commands, queries. |
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
-
What is the difference between the built in relational model and a user defined model?
Beta Was this translation helpful? Give feedback.
All reactions