Dexie or IndexedDB for Android App

Hey,

I am thinking of using Dexie or IndexedDB to implement a persistent offline storage in my Android App build with Ionic2.

For IndexedDB I found this plugin:

Is there a plugin for Dexie?

What would you recommend to use? I will primarily store strings and numbers in the database and will quite sure need more than 5MB storage. I need it to store user data when the app is closed or there is no internet connection.

Best regards

Anyone? :slight_smile: