heapwolf / lev

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

prompt for empty leveldb #45

Closed dweinstein closed 9 years ago

dweinstein commented 9 years ago

I've so far gathered that lev can be used in interactive and non-interactive workflows. For interactive workflows, can we consider asking the user whether to auto create the level db? The first time I tried lev I was surprised to find left over leveldb artifacts in my cwd (${HOME}) ;-)

heapwolf commented 9 years ago

:+1: this commit fixes this issue.

dweinstein commented 9 years ago

So FYI I'm still getting the following filesystem artifacts after this commit: LOCK and LOG