8
votes

I am developing an app in ionic framework and using MongoDB as database. I want to work my app on offline and sync the data to my database. I find PouchDB which works as a local storage and sync with CouchDB. But I also find, there is no way to sync PouchDB with MongoDB. Is there any other local storage which work offline and sync with MongoDB?

1

1 Answers

1
votes

The best alternative I'm aware of is minimongo: https://github.com/mWater/minimongo