lev icon indicating copy to clipboard operation
lev copied to clipboard

The complete REPL & CLI for managing LevelDB instances.

Results 13 lev issues
Sort by recently updated
recently updated
newest added

``` npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm ERR! code 1 npm ERR! path /usr/local/lib/node_modules/lev/node_modules/leveldown npm ERR! command failed...

Had troubles with `make` step when building on any version of node after 8. I had to `nvm use 8` to get it to work.

internal/modules/cjs/loader.js:583 throw err; ^ Error: Cannot find module 'C:\Users\Asus\AppData\Roaming\npm\node_modules\lev\bin\lev' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:282:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3) Any solution for this?

[this is a the same as #58 but with a different branch to be able to customize [master](https://github.com/maxlath/lev/tree/master)] hi! I was struggling to use the CLI, so I dug into...

I tried to use it with an indexeddb directory from a chrominum browser embedded in some app. Trying to list keys, either with --keys or with ls, it just freezes...

Allows for escaped or quotes keys with space. `PUT "key key key" test test test` will create key 'key key key' with value 'test test test'. `PUT "key key key"...

I'm new to leveldb. I would like to know if there is a syntax to do batch operations (deletes) on the selected range in lev ? Thanks

I would like something like that ``` x = get foo ```

I'm getting the following on Ubuntu 14.04 for `npm install lev`: ``` > [email protected] install /usr/local/google/home/poertel/ldb/node_modules/lev/node_modules/level/node_modules/leveldown > prebuild --install npm WARN This failure might be due to the use of...