tursodatabase / libsql

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

Integrate durable WAL into libsql server #1460

Closed avinassh closed 5 months ago

avinassh commented 5 months ago

This patch adds the durable WAL from libsql-storage module to sqld.

This has one (minor) breaking change. The CLI arg use-libsql-wal changed to use-custom-wal and it takes two options libsql-wal or durable-wal