Open GoogleCodeExporter opened 9 years ago
Yes, the top-level leveldb package is supposed to provide a persistent db.DB
implementation, but that package isn't finished yet.
Sorry for the late response, but I had a typo in my mail setup and wasn't
getting leveldb-go bug mail.
Original comment by nigel...@golang.org
on 2 Aug 2012 at 1:47
I'd like to work on this - specifically, I'm starting to add support for
CreateIfMissing first. I might fill documentation gaps too.
Original comment by yves.jun...@gmail.com
on 13 Oct 2012 at 10:46
Is there still no persistence?
Original comment by treeder
on 21 Dec 2013 at 12:15
There is persistence now. You should be able to call leveldb.Open to open (or
create) a persistent database, and Get from and Set to it. Find doesn't work
yet, there's some optimization that needs doing, and the unit tests pass but
there may still be bugs in it.
Original comment by nigel...@golang.org
on 23 Dec 2013 at 10:32
Original issue reported on code.google.com by
eik...@eikeon.com
on 23 Feb 2012 at 2:32