NULevelDB icon indicating copy to clipboard operation
NULevelDB copied to clipboard

Objective-C interface to Google's LevelDB key/value embedded database

Results 7 NULevelDB issues
Sort by recently updated
recently updated
newest added

Hi, i get a bad access when i am using enumerateFromIndex, normal access with storedDataForIndexKey works. Here the stack trace: ``` #0 0x017bfeff in memcpy$VARIANT$sse42 () #1 0x0016666b in std::string::append(char...

This is with reference to https://github.com/nulayer/NULevelDB/blob/master/Classes/NULDBDB%2BEnumeration.mm#L140. Xcode 4.5 raises an issue instead of a warning.

Need a way to search for objects based on attributes and relationships.

Clients may wish to make leveldb-style tables.

Clients may wish to keep multiple open cursors on the database.

The basic object serialization interface has not been fully tested with deep, heterogeneous object graphs. I think it doesn't properly handle all cases of mixed serializable and plist transformable objects.

The code is open but no license has been set. MIT or BSD?