0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-13 01:13:23 +00:00
Files
libsql/.github
Avinash Sajjanshetty 8163d656a8 Integrate durable WAL into libsql server (#1460)
* 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
2024-06-11 10:58:32 +00:00
..