heapwolf / ldb

A C++ REPL / CLI for LevelDB
MIT License
201 stars 23 forks source link

Binary data handling should be better #52

Open vi opened 6 years ago

vi commented 6 years ago

There should be something like base64 support for keys and values.

vi commented 6 years ago

Even ldb <db> get <key> inserts extra \x20 and \x0A, making extracting CBOR fragments more annoying.

heapwolf commented 6 years ago

@vi excellent point. any specific ideas on what we could do? Also, totally open to PRs on this.

vi commented 6 years ago

For now just pushed the local changes I had for my use case.