BerkeleyDB
Version 0.7 revision 0 uploaded by StephenBlackheath.
Package meta
- Synopsis
- Berkeley DB binding
- Description
Berkeley DB is a fast, scalable, fully transactional database that runs on a local file system, and functions as a dictionary of arbitrary-sized binary blobs. (It is NOT an SQL-based database.) This package provides a thin Haskell binding for Berkeley DB.
This is a work in progress: The coverage of the Berkeley DB API is not yet complete. Tested with Berkeley DB version 4.6.
CXX flag (enabled by default): On some platforms, BerkeleyDB won't load into ghci if the CXX flag is enabled. The CXX flag is required if you want to use the BerkeleyDBXML package. You are recommended to disable this flag if you are not using BerkeleyDBXML. To disable it, configure with --flags=-CXX.
Berkeley DB home page: http://www.oracle.com/database/berkeley-db/index.html
Haskell binding tutorial: http://www.haskell.org/haskellwiki/BerkeleyDBXML
DARCS repository: http://code.haskell.org/BerkeleyDB/
- Author
- Stephen Blackheath
- Bug reports
- n/a
- Category
- Database
- Copyright
- (c) 2009 Stephen Blackheath
- Homepage
- http://www.haskell.org/haskellwiki/BerkeleyDBXML
- Maintainer
- http://blacksapphire.com/antispam/
- Package URL
- n/a
- Stability
- beta