lmdb

Minimal LMDB bindings for Haskell.
git clone git://git.ppad.tech/lmdb.git
Log | Files | Refs | README | LICENSE

CHANGELOG (174B)


      1 # Changelog
      2 
      3 - 0.1.0 (2026-05-24)
      4   * Initial release, consisting of support for LMDB environments,
      5     transactions, basic row operations (get, put, del), and range scans.
      6