libsql-wal 0.1.0-alpha.1

wal implementation for libsql
Documentation
1
2
3
4

  CREATE TABLE t1(a, b);
  PRAGMA journal_mode = DELETE;