rocksdb-haskell-0.1.0: src/Database/RocksDB.hs
-- |
-- Module : Database.RocksDB
-- Copyright : (c) 2012-2013 The leveldb-haskell Authors
-- (c) 2014 The rocksdb-haskell Authors
-- License : BSD3
-- Maintainer : mail@agrafix.net
-- Stability : experimental
-- Portability : non-portable
--
-- RocksDB Haskell binding.
--
-- The API closely follows the C-API of RocksDB.
-- For more information, see: <http://rocksdb.org>
module Database.RocksDB (module R) where
import Database.RocksDB.MonadResource as R