tursodatabase / libsql

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

libsq wal integration #1427

Closed MarinPostma closed 5 months ago

MarinPostma commented 5 months ago

Basic integration of libsql-wal in sqld. Only the primary is supported right now, but it's still compatible with replicas with vanilla wal. Bottomless is not supported.

There are some tests failing with libsql-wal still (timeout issues in the simulation), i'll fix in a followup.