mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-31 19:12:58 +08:00
Merge pull request #1562 from gwenn/backup
Document an alternive way to backup
This commit is contained in:
commit
5464f4f386
@ -1,5 +1,8 @@
|
||||
//! Online SQLite backup API.
|
||||
//!
|
||||
//! Alternatively, you can create a backup with a simple
|
||||
//! [`VACUUM INTO <backup_path>`](https://sqlite.org/lang_vacuum.html#vacuuminto).
|
||||
//!
|
||||
//! To create a [`Backup`], you must have two distinct [`Connection`]s - one
|
||||
//! for the source (which can be used while the backup is running) and one for
|
||||
//! the destination (which cannot). A [`Backup`] handle exposes three methods:
|
||||
|
Loading…
x
Reference in New Issue
Block a user