tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

libsql-wal final integration #1667

Closed MarinPostma closed 1 month ago

MarinPostma commented 1 month ago

This PR wires most of libsql-wal related stuff into sqld, and fixes uncovered bugs along the way.

what works:

The new wal exists side by side with the legacy wal. To enable it, pass the --use-custom-wal libsql-wal arg. Bottomless configuration remains unchanged.

what doesn't work yet:

MarinPostma commented 1 month ago

thanks @LucioFranco will address all the comments in followups