Cloning a SQLite (or any SQL) database

Paul Dupuis paul at researchware.com
Sun May 22 11:15:10 EDT 2016


Does any one have a good script they might care to share for cloning a
SQLite database?

the basic model is to use revDatabaseTableNames(databaseID) to get the
list of tables in the source database and then loop through getting each
tables schema and data and recreate that in the target database.

Achievable, but before I write one, I thought I would save myself the
effort and see if anyone had one there were willing to share?




More information about the use-livecode mailing list