iwongu / sqlite3pp

SQLite3++ - C++ wrapper of SQLite3 API
MIT License
609 stars 177 forks source link

SQLite Online Backup API #35

Closed calumr closed 8 years ago

calumr commented 8 years ago

I had to use SQLiteCpp as it provides a wrapper for sqlite3_backup_init, but I'd prefer to use sqlite3pp!

https://github.com/SRombauts/SQLiteCpp/blob/master/include/SQLiteCpp/Backup.h

calumr commented 8 years ago

https://www.sqlite.org/backup.html

iwongu commented 8 years ago

It seems useful feature. Let me make a proposal change soon.

iwongu commented 8 years ago

@calumr Can you check this branch? I added backup methods in database class.

https://github.com/iwongu/sqlite3pp/commit/75ab17c3ecb0a3817ccfda3f82a0fb3cf38a188e

iwongu commented 8 years ago

https://github.com/iwongu/sqlite3pp/releases/tag/1.0.5