mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-13 01:13:23 +00:00
* Rename cli arg `use-libsql-wal` to `use-custom-wal` Add a new enum CustomWAL to hold all supported WAL types * Integrate `durable-wal` * Make `libsql-storage` optional * Update github workflows * refactor `configure_wal_manager` * refactor to reduce feature flags wherever possible * Remove tests with durable wal in GH workflow