goleveldb
goleveldb copied to clipboard
(d* DB).Append(key, value []byte)
It would be really great if there would be an (atomic) Append() method.
I know that I can work around this using Get() and Put() (and additional synchronization), but an atomic Append() - maybe even with a WriteOption CreateIfMissing true/false - would be very, very helpful.
This can be useful.
+1
+1
any plans for this feature?
+1