heapwolf / lev

The complete REPL & CLI for managing LevelDB instances.
MIT License
296 stars 36 forks source link

viewing a db created with hyper-level corrupts data #32

Closed heapwolf closed 9 years ago

heapwolf commented 10 years ago

not sure about this one yet. lev with level 0.18.0

rvagg commented 10 years ago

If it's not about the difference between .sst and .ldb then you should probably ping Robert because I'm sure he'll be interested. Normally if you make a db with Google's LevelDB then you need to rename all .ldb to .sst and HyperLevelDB will open it, but going back the other way shouldn't matter.