mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-31 19:12:58 +08:00
Document an alternive way to backup
This commit is contained in:
parent
4ab7b273e1
commit
69974d6452
@ -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