You are not logged in.
Pages: 1
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
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
Thanks for the clarification
Offline
Pages: 1