Skip to content

[SQLite] Expose online backup API #190

@mehcode

Description

@mehcode

https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit

impl SqliteConnection {
  async fn backup(&mut self, target: &mut Self) -> crate::Result<()>;
}
  • Do we need more than this simple API? The C API is quite involved and I wonder how much really needs to be exposed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions