I have used the SQLite plugin listed on ionic 3 packages here. But now I want to store the data in an encrypted format. For that , I am trying to implement cordova-sqlcipher-adapter plugin but I am unable to get started as I am confused whether to use it with the SQLite plugin or use it as a standalone plugin for sqlite db operations? I have gone through the documentation but I am unable to get started.
Help is really appreciated.
Thanks in advance!