ldb
ldb copied to clipboard
Binary data handling should be better
There should be something like base64 support for keys and values.
Even ldb <db> get <key> inserts extra \x20 and \x0A, making extracting CBOR fragments more annoying.
@vi excellent point. any specific ideas on what we could do? Also, totally open to PRs on this.
For now just pushed the local changes I had for my use case.