You are not logged in.
Pages: 1
Hello, and excuse this newbie question. I've been trying to understand the documentation, but so far I'm quite unable to do it without geting lost.
Perhaps it's just that all the mORMot framework depends on the ORM, and it's so obvious that is taken as asserted by default.
But I'll dare to ask: Is the MVC/MVVM/REST dependent deom the ORM part?
Thank you in advance
Offline
The MVC Web part is not dependent at all of the ORM.
You can use direct database access and no ORM.
There is just a very efficient integration of mORMot ORM with the MVC Web - especially since the ORM is JSON-powered from the ground up.
Offline
Thank you for your help, ab
Since you answered me I've been reading every day the documentation and the forum, learning a lot about your exceptional work, and this trip is making me a better programmer
Offline
Pages: 1