module Trakeva_sqlite:sig
..end
Trakeva_interface.KEY_VALUE_STORE
with a
Sqlite3
backend.include Trakeva.KEY_VALUE_STORE
val debug : bool Pervasives.ref
dbug
to true
to print debug messages on stderr
, this variable
is also set when load
is called while the environment variable
"TRAKEVA_SQLITE_DEBUG"
is set with the string "true"
.