NanoStore icon indicating copy to clipboard operation
NanoStore copied to clipboard

NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.

Results 5 NanoStore issues
Sort by recently updated
recently updated
newest added

http://dl.dropbox.com/u/2601212/NanoStore%202.0/html/index.html gives a 404

Perform an across-the-board check for Nullability Annotations and add them where applicable.

I want to know if any fields or even a particular field has changed but not saved yet. Useful for forms and validation.

saving nano-bag from different threads can cause nano-store to crash Below I wrote a test that cause the crash pretty consistently // // NanoStoreConcurrentTests.m // NanoStore // // # import...

Some users need/want to store BLOBs in the database. The problem with that is a potential lack of performance since it could cause paging... and causing a major I/O bottleneck....