I am making an app with Ionic framework. I must work offline and when connection comes back, sync with server data. I found a lot of solutions including pouchDB (CouchDB), or hosted solutions like Firebase, Parse, etc.
But my requirements are: 1. Work with a Relational SQL database (Companies, Clients, Invoices, Products...) 2. App must synchronize with NodeJS + PostgreSQL hosted in Company server.
I tried loopback, but I am not able to make it work at client side as I told in their google group: LoopbackJS Google Group.
So, anyone know another good solution for offline caching and sync ionic mobile app with a server, working with these requirements?