khairul169 / gdsqlite-native

SQLite module for Godot 3.x
MIT License
219 stars 41 forks source link

Added backup wrapper method to copy SQLite databases #23

Closed TGRCdev closed 5 years ago

TGRCdev commented 6 years ago

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