The godoc can be found at
<http://gopkgdoc.appspot.com/pkg/github.com/jmhodges/levigo> and is
pretty complete.
Installation requires the LevelDB shared library to be present, and
may require the use of the CGO_CFLAGS and CGO_LDFLAGS environment
variables depending on where you installed the LevelDB library. See
the README <https://github.com/jmhodges/levigo#readme> for details.
If you follow along on the LevelDB list, you'll see a lot of
engineering movement that's not, currently, happening in leveldb-go.
This wrapper solved my problem (and hopefully yours) now.
(Oh, and while Nigel Tao works on both leveldb-go and golang, it's not
being maintained by the whole golang team.)
I'm excited by the possibility of leveldb-go, but it's not complete
and does not have the concentrated engineering effort being put into
it as the original LevelDB.If you follow along on the LevelDB list, you'll see a lot of
engineering movement that's not, currently, happening in leveldb-go.
This wrapper solved my problem (and hopefully yours) now.(Oh, and while Nigel Tao works on both leveldb-go and golang, it's not
being maintained by the whole golang team.)
> There's also the leveldb-go package which is a leveldb implementation in Go,