libsql-wal 0.1.0-alpha.1

wal implementation for libsql
Documentation
1
2
3
4

  CREATE TABLE t1(x, y, z);
  INSERT INTO t1 VALUES('a', 'b', 'c');