hyperbee
hyperbee copied to clipboard
Support key/value encodings in Batch.put/Batch.get
Batch.put and Batch.get will both currently use the Batch's default key/value encodings always. This PR lets that be overridden.
Edit: Also added support for custom key encodings to Batch.del and Batch.createReadStream