Closed
Description
Does the node-sqlite3 contain bindings for the SQLite Backup API - http://www.sqlite.org/backup.html ?
If not, do you have any idea on how complex it will be to add bindings for these methods: sqlite3_backup_init
, sqlite3_backup_step
, sqlite3_backup_finish
?
Thanks.