mercredi 8 novembre 2017

Reflection in typescript

I have ionic3 client for Odoo application that uses odoo json-rpc that works fine. Now, I want develop an offline Ionic application that synchronised data with odoo server at some interval of time.

For that purpose I'm developing ORM style database structure where each of my model class inherits baseModel. There is one SQLite Table will created for each class that inherits baseModel and each property will convert to column of table

In language like Java, this thing can achieve using reflection. I'm looking for achieving same in TypeScript





Aucun commentaire:

Enregistrer un commentaire