@hackage anydbm1.0.7
Interface for DBM-like database systems
Installation
Dependencies (4)
- base <4.7
- containers <0.6
- mtl <2.3
- MissingH >=1.0.0 && <1.5 Show all…
Dependents (3)
@hackage/missing-py2, @hackage/acme-everything, @hackage/MissingPy
This module provides a generic infrastructure for supporting storage of hash-like items with String-to-String mappings. It can be used for in-memory or on-disk storage.
Two simple backend drivers are included with this package: one that is RAM-only, and one that is persistent and disk-backed. The hdbc-anydbm package provides another driver, which lets you use simple tables in any SQL database to provide a DBM-like interface. MissingPy also provides a Python driver which lets you use any Python anydbm driver under Haskell AnyDBM.