go/leveldb
siddontang 5b9d311f5d add helper function, batch add explicit Close 2014-05-05 17:00:11 +08:00
..
batch.go add helper function, batch add explicit Close 2014-05-05 17:00:11 +08:00
build_deps.sh update leveldb build bash 2014-05-01 08:58:27 +08:00
db.go add helper function, batch add explicit Close 2014-05-05 17:00:11 +08:00
iterator.go add leveldb wrapper 2014-04-18 14:50:29 +08:00
leveldb_test.go add helper function, batch add explicit Close 2014-05-05 17:00:11 +08:00
readme.md add leveldb wrapper 2014-04-18 14:50:29 +08:00
snapshot.go add helper function, batch add explicit Close 2014-05-05 17:00:11 +08:00

readme.md

a leveldb wrapper for levigo

simplify use leveldb in go

Install

  • download leveldb and snappy source, uncompress and set source directory in build_deps.sh
  • . ./build_deps.sh