anydbm: Interface for DBM-like database systems
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.
Downloads
- anydbm-1.0.7.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0.1, 1.0.4, 1.0.5, 1.0.7 |
---|---|
Dependencies | base (<4.7), containers (<0.6), MissingH (>=1.0.0 && <1.5), mtl (<2.3) [details] |
License | LicenseRef-GPL |
Copyright | Copyright (c) 2004-2008 John Goerzen |
Author | |
Maintainer | John Goerzen <jgoerzen@complete.org> |
Revised | Revision 1 made by HerbertValerioRiedel at 2017-06-11T18:41:34Z |
Category | Database |
Home page | http://software.complete.org/anydbm |
Uploaded | by JohnGoerzen at 2012-05-01T21:26:42Z |
Distributions | |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Executables | runtests |
Downloads | 4924 total (17 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |