tursodatabase / libsql

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

Libsql-wal: implement forking #1744

Closed MarinPostma closed 1 month ago

MarinPostma commented 1 month ago

Implement forking for libsql-wal in a similar fashion to what was done before: create a new namespace, and replicate to is from the source namespace.

This PR also remove the use of the wals directory, and instead, it stores the wals alonside the dbs themselves.