Hi,
QML Local Storage creates an SQLLite database file internally. Is there a way allow the user to copy that file and replace it. To export (save database file as), and to import (replace current database with saved file). I know the file operations will be done in C++. I’m wondering if I can continue to use QML Local Storage and allow import/export of the database file?
Thanks,
Charles
↧