libsql-wal 0.1.0-alpha.1

wal implementation for libsql
Documentation
1
2
3
4

  PRAGMA page_size = 512;
  CREATE TABLE t1(a, b, c);