Skip to content

Instantly share code, notes, and snippets.

@bgulanowski
Created November 11, 2011 16:27
Show Gist options
  • Save bgulanowski/1358429 to your computer and use it in GitHub Desktop.
Save bgulanowski/1358429 to your computer and use it in GitHub Desktop.
create a new NULevelDB database
NULDBDB *myDB = [[[NULDBDB alloc] initWithLocation:@"/tmp" bufferSize:(1<<22)] autorelease];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment