tursodatabase / libsql-experimental-python

libSQL API for Python (experimental)
87 stars 9 forks source link

Optimize `executemany()` and `executescript()` to use batch requests #70

Open penberg opened 1 month ago

penberg commented 1 month ago

Both APIs are now implemented using interactive transactions. Batches will be more efficient.