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

Initial offline write support #1801

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Initial offline write support #1801

merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. libsql: Initial offline write support

    This patch add initial support for offline writes. To open a local
    database that can sync to remote server, use the
    Builder::new_synced_database() API.
    
    The protocol on server side is simple:
    
      **POST** `/sync/<generation>/<start_frame>/<end_frame>`
    
    where request body is the WAL frames.
    penberg committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4e5ca0f View commit details
    Browse the repository at this point in the history