Initial implementation of the online backup API.

This commit is contained in:
John Gallagher
2015-12-09 00:19:59 -05:00
parent e71104e6c3
commit e2f8e73635
4 changed files with 331 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ name = "rusqlite"
[features]
load_extension = ["libsqlite3-sys/load_extension"]
backup = []
trace = []
[dependencies]