go/leveldb
siddontang 2f02d5d6e2 config use bytes for all size 2014-04-30 08:56:51 +08:00
..
batch.go add leveldb wrapper 2014-04-18 14:50:29 +08:00
build_deps.sh add snappy and leveldb to LD_LIBRARY_PATH 2014-04-21 16:24:56 +08:00
db.go config use bytes for all size 2014-04-30 08:56:51 +08:00
iterator.go add leveldb wrapper 2014-04-18 14:50:29 +08:00
leveldb_test.go config use bytes for all size 2014-04-30 08:56:51 +08:00
readme.md add leveldb wrapper 2014-04-18 14:50:29 +08:00
snapshot.go add leveldb wrapper 2014-04-18 14:50:29 +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