heapwolf / lev

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

Cant get PUT to work in REPL mode #47

Open fergiemcdowall opened 9 years ago

fergiemcdowall commented 9 years ago

I cant PUT anything into the database in REPL mode.

I am doing this: PUT mykey mycoolvalue

How do you put entries into the database?

fergiemcdowall commented 9 years ago

Oh- strings have to be double-quoted like so: PUT "mykey" "mycoolvalue"

fergiemcdowall commented 9 years ago

also works: PUT mykey "mycoolvalue"

heapwolf commented 8 years ago

Documentation PR?