#1 2013-03-06 21:09:38

dipold
Member
Registered: 2013-03-06
Posts: 2

mORMot integration with third-party ORM

Hi,

I get start a new project and we are investigating the possibilities of use mORMot for an ERP N-tier application.

I´m read SAD pdf until 177 page... some forum topis.. some blogs entries.. but I want know currently only one thing and not get a concrete answer:

It's possible use an ORM as the third-party TMS Aurelius and use mORMot Framework only as a replacement for DataSnap as a server REST?

I ask it because Datasnap sounds really bad for enterprise use and TMS Aurelius sounds good like an ORM.


I appreciate any help.

Best regards,

Offline

#2 2013-03-06 21:21:34

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

Re: mORMot integration with third-party ORM

Ensure you got the latest 'unstable' 1.18 revision of the SAD pdf.

Yes you can use just the client-server ORM part, but I suspect you may benefit from other features.
Or you can expose any third party library (e.g Aurelius) via interface-based services.
See http://blog.synopse.info/post/2013/02/1 … SQL-access

Everything in mORMot is modular, but gains to be integrated.

From the first pages of the pdf, this modular designed is stated.

From user feedback, mORMot ORM is much faster than Aurelius, is natively client-server, but has some diverse  features and architecture. See e.g http://synopse.info/forum/viewtopic.php?pid=6363#p6363
Aurelius is a classic ORM, built on top of Delphi db.pas.
mORMot is a whole integrated framework, with an ORM at hand.

Offline

#3 2013-03-07 13:55:55

dipold
Member
Registered: 2013-03-06
Posts: 2

Re: mORMot integration with third-party ORM

Thanks for the clarification

Offline

Board footer

Powered by FluxBB