rocksdb-haskell-jprupp v0.1.0 Release Notes

    • memory (foreign pointers) is managed through ResourceT. Note that this requires to lift monadic actions inside the MonadResource monad, see the examples.
    • links against shared library (LevelDB v1.3 or higher)
    • LevelDB 1.3 API fully supported (including custom comparators, excluding custom environments)