swapnil skate
swapnil skate

Reputation: 83

Is there any ORM structure that I can use in Ionic + Cordova mobile app for sqlite3 DB?

I need features like offline storage, remote data sync, encryption, (Object relational mapping) likes of Hibernate in Java and updated database(or pre populated database) in subsequent release of my app.

It will be very helpful if someone can help me for this. I have already implemented Sqlite3 plugin with ionic+cordova and it is working as well.I have also heard about PouchDB integration but I am not aware about the PouchDB.

Upvotes: 1

Views: 1253

Answers (1)

dkmostafa
dkmostafa

Reputation: 35

Pouch db is a great tool for offline database , it works on the local storage level, It is a noSql database ,you can save JSON text and you can even save attachments. It is great for small database and which does not have to many relations

Upvotes: 0

Related Questions