John Gallagher
|
aac4d59fcc
|
Change Error from a struct to an enum (BREAKING CHANGE).
This allows us to separate out the underlying SQLite error codes from
errors that occur on the Rust side.
|
2015-12-16 20:30:27 -05:00 |
|
John Gallagher
|
eb60bb3111
|
Rename SqliteResult -> Result .
|
2015-12-12 14:06:03 -05:00 |
|
John Gallagher
|
f0b6bf9152
|
Rename SqliteError -> Error.
|
2015-12-12 13:53:58 -05:00 |
|
John Gallagher
|
4327a84edb
|
Rename SqliteConnection -> Connection.
Leave old name in as a (deprecated) typealias.
|
2015-12-12 13:53:34 -05:00 |
|
John Gallagher
|
49951ca3be
|
Add backup and restore methods to SqliteConnection (behind backup Cargo feature)
|
2015-12-10 16:20:46 -05:00 |
|
John Gallagher
|
3781b8f47f
|
rustfmt backup.rs
|
2015-12-10 16:20:46 -05:00 |
|
John Gallagher
|
8c2e0a0da7
|
Rename BackupName -> DatabaseName
|
2015-12-10 16:20:45 -05:00 |
|
John Gallagher
|
5ebbf5a1a2
|
Use &str instead of String inside BackupName
|
2015-12-09 00:48:40 -05:00 |
|
John Gallagher
|
e2f8e73635
|
Initial implementation of the online backup API.
|
2015-12-09 00:19:59 -05:00 |
|