lmdb-bindings: Various interfaces to LMDB databases, and a command line util.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- From version 1.23 cabal supports specifiying explicit dependencies for Custom setup scripts. Consider using cabal-version >= 1.23 and adding a 'custom-setup' section with a 'setup-depends' field that specifies the dependencies of the Setup.hs script itself. The 'setup-depends' field uses the same syntax as 'build-depends', so a simple example would be 'setup-depends: base, Cabal'.
- Exposed modules use unallocated top-level names: PackUtf8
Bindings to the memory mapped b-tree key pair database that is LMDB, including a transactional STM-like monad, many atomic functions, and a command-line utility.
Properties
Versions | 0.1.2.0 |
---|---|
Change log | None available |
Dependencies | array, base (>=4.7 && <5), binary, bytestring, bytestring-arbitrary, containers, crypto-pubkey (>=0.1.4 && <0.3), crypto-pubkey-types (>=0.4 && <0.5), crypto-random, cryptohash (>=0.9 && <0.12), cryptonite, deepseq, directory, disk-free-space, filepath, hashtables, hourglass, lmdb-bindings, memory, monad-loops, murmur-hash, process, QuickCheck (>=2.4), stm, syb, template-haskell, temporary, time [details] |
License | AGPL-3.0-only |
Author | James Crayne, Joseph Crayne, David Barbour, Keegan McAllister |
Maintainer | jim.crayne@gmail.com |
Category | Database |
Home page | https://github.com/JimCrayne/lmdb-bindings |
Uploaded | by JimCrayne at 2017-06-10T11:49:02Z |
Modules
- Data
- Global
- Data.Global.Internal
- Global
- Database
- Database.LMDB
- Database.LMDB.BinaryUtil
- Database.LMDB.Flags
- Database.LMDB.Macros
- Database.LMDB.Raw
- Database.LMDB.Raw.Types
- Database.LMDB
- PackUtf8
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
hourglass | Use the | Enabled |
cryptonite | Use cryptonite package for Crypto.Random. Disable to use 'crypto-random' | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- lmdb-bindings-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees