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
| Versions | 1.0.1, 1.0.4, 1.0.5 |
|---|---|
| Dependencies | base, containers, haskell98, MissingH (≥1.0.0), mtl |
| License | GPL |
| Copyright | Copyright (c) 2004-2008 John Goerzen |
| Maintainer | John Goerzen <jgoerzen@complete.org> |
| Stability | Stable |
| Category | Database |
| Home page | http://software.complete.org/anydbm |
| Executables | runtests |
| Upload date | Wed Jan 16 16:48:14 UTC 2008 |
| Uploaded by | JohnGoerzen |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8, ghc-7.0 |
Modules
Downloads
- anydbm-1.0.5.tar.gz (Cabal source package)
- package description (included in the package)