package dokeysto

  1. Overview
  2. Docs

Module Dokeysto.Db_genSource

Sourcetype filename = Common.filename
Sourcemodule type Key_val = sig ... end
Read-only persistent generic key to generic value hash table
Sourcemodule RO (KV : Key_val) : sig ... end
Read-write persistent generic key to generic value hash table
Sourcemodule RW (KV : Key_val) : sig ... end