Module AnyDBM_String


module AnyDBM_String: sig .. end
Simple Storage of Hashtable-like objects on disk

This module is a wrapper around the persistent storage features in Hashtblutil. It is available on all systems.

For usage examples, please see AnyDBM.


class dbm : string -> AnyDBM.anydbm_open_flag -> int -> object .. end
val opendbm : string -> AnyDBM.open_flag list -> int -> dbm