This PR adds the method backup(SQLite other), which copies the source database's content to other using SQLite's backup API. This is very helpful for copying file databases to memory, or copying memory databases to files.
This method has been tested on Windows 10 64-bit with Godot commit 3333166b070dea0e1d1255a9f9c4cfefe0ec32e5
This PR adds the method
backup(SQLite other)
, which copies the source database's content toother
using SQLite's backup API. This is very helpful for copying file databases to memory, or copying memory databases to files.This method has been tested on Windows 10 64-bit with Godot commit 3333166b070dea0e1d1255a9f9c4cfefe0ec32e5