export Database Copy
Export a copy of the database to the specified path.
This creates a fully vacuumed and optimized copy of the database using SQLite's VACUUM INTO command. The copy will be encrypted with the same key as the source database.
Platform Support
This method is only available on platforms using SQLCipher (iOS, Android, JVM, native).
Arguments
database- The database instance to exportdestination_path- The file path where the database copy should be created