libsql-js icon indicating copy to clipboard operation
libsql-js copied to clipboard

Transaction support

Open penberg opened this issue 2 years ago • 1 comments

penberg avatar Aug 03 '23 11:08 penberg

Commit c1fd2f9e2d9882faacb8b8388f720a618a8e92a2 adds initial support for transactions, but we still need to add support for the different transactions modes and probably switch to libSQL transaction API instead of executing BEGIN, COMMIT, and ROLLBACK, which won't work with Hrana.

penberg avatar Aug 17 '23 11:08 penberg