packages feed

streamly-lmdb-0.6.0: ChangeLog.md

## 0.6.0

* Updated for Streamly 0.9.0.

## 0.5.0

* Added the ability to close databases and environments.

## 0.4.0

* Added support for precreating read-only transactions.

## 0.3.0

* Updated for Streamly 0.8.0.

## 0.2.1

* Allow QuickCheck <2.15 and tasty <1.5.

## 0.2.0

* Added read options for backward reading and starting from a specific key.

## 0.1.0

* Added a write option that disallows overwriting but does not throw an error when attempting to write a key-value pair that already exists in the database.

## 0.0.1.1

* Fixed `install-includes` and `include-dirs` in the Cabal file.
* Added safety check for bound threads in `writeLMDB`.

## 0.0.1

* Initial release.