SQLite3 Module Database createBackup - rasikhq/VCMP-Lua GitHub Wiki
SQLiteDatabase
createBackup
Creates a database backup file
int SQLiteDatabase:createBackup()
NOTE: The backup file is equal to the dbName_backup. "dbName" equivalent to what the name of the db file is for this instance.
Parameters
- None
Returns
- None
Example
- Please check out the General SQLite Example