Objective-LevelDB icon indicating copy to clipboard operation
Objective-LevelDB copied to clipboard

An Objective-C database library built over Google's LevelDB

Results 9 Objective-LevelDB issues
Sort by recently updated
recently updated
newest added

"IO error: /var/mobile/Containers/Data/Application/B8C7E31C-AE41-4C00-AA807458AFA6024E/Documents/ShareStore/DataBase/CURRENT: Operation not permitted" Errors encountered when opening the database,Is there any solution?

It seems the class LDBWritebatch is not recognised in an Objective-C file. When i try to make the same tests you make in the doc an error appears. Even if...

As someone else already mentioned in one of the other issues, LevelDB.mm seems to be missing some retains. I was getting unexplainable crashes for about 0.3% of my users and...

will there be an option to install this via Carthage? Cocoapods is super easy, but id much prefer to just drop a Framework into my project, and Cartage makes this...

I am trying to enumerate a database finding only the values that match a given predicate. Here is my code: ``` NSPredicate *predicate = [NSPredicate predicateWithFormat:@"ANY SELF.names BEGINSWITH[cd] %@", searchText];...

This PR brings [carthage](https://github.com/carthage/carthage) support

What are your thoughts on adding TTL to this project? I'm using this in my own app and have something I could merge upstream in the next few weeks. I...

enhancement