mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-05 11:41:48 +00:00
* Add block_writes to Connection Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com> * Add block_writes to PrimaryDatabase Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com> * Use block_writes in Connection::run Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com> * Unblock writes once migration is finished Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com> * Block writes on startup if there are pending migration tasks Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com> * Block writes when a migration task is enqueued Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com> * twix --------- Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com> Co-authored-by: ad hoc <postma.marin@protonmail.com>