tursodatabase/libsql

Conditionless batch support in libSQL remote protocol

Open

#1,715 opened on Sep 2, 2024

 (0 comments) (0 reactions) (0 assignees)C (490 forks)batch import
enhancementhelp wantedremote protocol

Repository metrics

Stars
 (16,744 stars)
PR merge metrics
 (PR metrics pending)

Description

The batch statements in libSQL remote protocol ("hrana") are pretty complex. Let's simplify them by adding a conditionless mode where we either ignore failures or stop on the first one.

Contributor guide