Closed hhanh00 closed 9 years ago
I would merge such change if it still offers a string version, maybe via generics? Say DB < K, V > where K and V are the type of the key and value
It seems that only string and byte[] would be supported natively.
Also see the failed build: https://travis-ci.org/meebey/leveldb-sharp/builds/46202770
leveldb allows arbitray binary arrays for their keys and values. This pull request modifies the C# wrapper to allow for null values in the database.