2014-04-18 10:50:29 +04:00
a leveldb wrapper for levigo
simplify use leveldb in go
2014-05-15 04:44:12 +04:00
# Build leveldb
see [https://gist.github.com/siddontang/dfbc835e06e47d0f6297 ](https://gist.github.com/siddontang/dfbc835e06e47d0f6297 ) for build leveldb
2014-04-18 10:50:29 +04:00
# Install
2014-05-15 04:44:12 +04:00
you must first set CGO_CFLAGS, CGO_LDFLAGS to your leveldb and snappy directory.
dev.sh may help you:
. ./dev.sh
2014-05-09 05:46:50 +04:00
2014-05-15 05:23:30 +04:00
# Notice
2014-05-09 05:46:50 +04:00
2014-05-15 05:23:30 +04:00
I have changed this package to [https://github.com/siddontang/go-leveldb ](https://github.com/siddontang/go-leveldb ) and will not maintain here anymore.