Duplicate full SQLite database to remote target on initial deploy

Is there a way to duplicate a full local NodeJS+SQLite setup’s SQLite database on initial deploy to a remote target without having to apply all the changes (which has become a very long list at development completion) one by one?

If I had been using a MySQL db on the local development target I would have clicked “Save Database Data and Structure” and it would have been duplicated in an instant to the remote target, but that option is not present with SQLite selected as the local target’s db.

Community Page
Last updated: