dump import/export was using raw sqlite connection, thus bypassing libsql-wal. This PR fixes it.
I have removed the CLI to export dump because we can't rely on raw files anymore with libql-wal. Instead, one should use the http endpoint to export a dump.
dump import/export was using raw sqlite connection, thus bypassing libsql-wal. This PR fixes it.
I have removed the CLI to export dump because we can't rely on raw files anymore with libql-wal. Instead, one should use the http endpoint to export a dump.