tursodatabase/libsql

Conditionless batch support in libSQL remote protocol

Open

#1,715 opened on Sep 2, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (16,744 stars) (490 forks)batch import
enhancementhelp wantedremote protocol

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