Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite: implement backup api #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

sqlite: implement backup api #17

wants to merge 3 commits into from

Commits on Feb 24, 2023

  1. sqlite: implement backup api

    Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
    crawshaw authored and raggi committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7a5c4d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. cgosqlite,sqlite: expose incremental API and add documentation

    It is likely useful to report progress information and offer abort for
    large databases, so expose this in the high level API in a somewhat safe
    way.
    
    A lock was not introduced into the driver directly at this time because
    doing so is much more complex, particularly as Stmt.DBHandle would need
    to recover that lock - essnetially requiring global state with further
    synchronization.
    raggi committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    a6ec13c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54958c6 View commit details
    Browse the repository at this point in the history