anydbm: Interface for DBM-like database systems

[ database, library ] [ Propose Tags ]

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

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

Package maintainers

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 4839 total (13 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]