You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the capacitor sqlite plugin with vue.js and developing the native mobile apps. The issue I am facing is, after encrypting the database the exportToJson function does not provide the valid json that could be imported later. This is generating some expData object having base64 encoded string.
My question is how could I import this base64 encoded string by using importFromJson method? Currently its showing invalid json all the time.
Please help as soon as possible.
Thanks and keep the good work up.
The text was updated successfully, but these errors were encountered:
Is it not possible to import data when expData contains a base64 string? Is there an alternative solution? Could we potentially utilize an encrypted database for simultaneous import and export? @jepiqueau
Hello developers,
I am using the capacitor sqlite plugin with vue.js and developing the native mobile apps. The issue I am facing is, after encrypting the database the exportToJson function does not provide the valid json that could be imported later. This is generating some expData object having base64 encoded string.
My question is how could I import this base64 encoded string by using importFromJson method? Currently its showing invalid json all the time.
Please help as soon as possible.
Thanks and keep the good work up.
The text was updated successfully, but these errors were encountered: