How import/export sqlite database in nativescript/angular android?
问题 I'm trying to export the whole sqlite database into sd card memory with a button click for a project (Backup feature). I googled for the same, but seems negative response. I'm using https://github.com/NathanaelA/nativescript-sqlite plugin for this. Also need to import the exported database with file picker. Right now, I'm trying to reach it using java code with nativescript . Any nativescript way help will be appreciated. Thanks in advance. 回答1: my solution to export database for android was