sqlite3-ocaml icon indicating copy to clipboard operation
sqlite3-ocaml copied to clipboard

support WAL

Open c-cube opened this issue 3 years ago • 1 comments
trafficstars

looking at https://sqlite.org/wal.html :

  • a command to execute pragmas could be useful (althoug exec does the job)
  • triggering checkpoints by hand can be useful using https://sqlite.org/c3ref/wal_checkpoint_v2.html

c-cube avatar Feb 11 '22 01:02 c-cube