anydbm-1.0.7: Interface for DBM-like database systems

The anydbm package

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.

Properties

Versions1.0.1, 1.0.4, 1.0.5, 1.0.7
Dependenciesbase (<5), containers, MissingH (≥1.0.0), mtl
LicenseGPL
CopyrightCopyright (c) 2004-2008 John Goerzen
MaintainerJohn Goerzen <jgoerzen@complete.org>
StabilityStable
CategoryDatabase
Home pagehttp://software.complete.org/anydbm
Executablesruntests
Upload dateTue May 1 21:26:42 UTC 2012
Uploaded byJohnGoerzen
Built onghc-7.4

Modules

Downloads