cions / leveldb-cli

A command-line interface for LevelDB
MIT License
32 stars 8 forks source link

add ability to `put` value taken from file #5

Closed rr0gi closed 1 month ago

rr0gi commented 1 month ago

reason: 128KB limit on single argument length in linux, makes it impossible to write large values

rr0gi commented 1 month ago

oh i realize it can read from stdin, thanks :)