#1 2014-11-19 07:37:23

swierzbicki
Member
Registered: 2014-11-19
Posts: 28

Is this the right tool for the right job ?

Hello,

I'm totally noob with anything related to ORM so this topic could be "Off-Topic" smile

I need to develop a basic application that will print barcodes given a specific order.
I want my application to access an remote service. After a secured authentication, my user will give an Order ID and relevant data will be fetched into the application local SQlite Database.

Remote service will either connect an ODBC database or an PostgreSQL database. UNIDAC library is used.

Is mORMot the right tool for this job ? or am I using an hammer to kill a fly ?

Thank you

Offline

#2 2014-11-19 08:21:39

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

Re: Is this the right tool for the right job ?

You will find in mORMot all needed tools to code your application, on both server and client side.
Once you are used to it, you would be very productive.

IMHO the ROI is higher if you focus on your business, and let all the plumbing (communication, DB, authentication...) be done by an existing framework.
Take a look at the "Where should I start?" question of the FAQ at http://synopse.info/files/html/Synopse% … l#TITL_123

Offline

#3 2014-11-19 13:04:16

swierzbicki
Member
Registered: 2014-11-19
Posts: 28

Re: Is this the right tool for the right job ?

All right... I'll check the documentation and I'll try to go this way !

Offline

Board footer

Powered by FluxBB