libsql-wal 0.1.0-alpha.1

wal implementation for libsql
Documentation
1
2
3
4

  CREATE TABLE t4(x);
  INSERT INTO t4 VALUES('abcdefghij');