#1 2019-09-19 09:11:24

Javierus
Member
Registered: 2019-09-18
Posts: 43

MVC/MVVM without ORM, is it possible?

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

#2 2019-09-19 10:41:39

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,207
Website

Re: MVC/MVVM without ORM, is it possible?

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

#3 2019-11-05 01:32:47

Javierus
Member
Registered: 2019-09-18
Posts: 43

Re: MVC/MVVM without ORM, is it possible?

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

#4 2019-11-05 08:31:27

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,207
Website

Re: MVC/MVVM without ORM, is it possible?

:-)

Offline

Board footer

Powered by FluxBB