You are not logged in.
Pages: 1
Hello,
I'm totally noob with anything related to ORM so this topic could be "Off-Topic"
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
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
All right... I'll check the documentation and I'll try to go this way !
Offline
Pages: 1