ionic-team / ionic-storage

Ionic Storage module for Ionic apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does changing order of the storage automatically migrate the data.

ir2pid opened this issue · comments

We were using the default order to store our data and would like to change it to use sql instead.

Does the plugin take care of migration to secure storage when we change the order or it has to be done manually?

No it does not. However, if you want to encrypt an existing SQLite database when moving to Ionic Secure Storage, we have some docs on that: https://github.com/ionic-team/ionic-storage#encrypting-an-existing-sqlite-database