View on GitHub

iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite

Download this project as a .zip file Download this project as a tar.gz file

ActiveRecord without CoreData.

Only SQLite.

Only HardCore.

Features

You do not need to create tables manually - just describe your ActiveRecord and enjoy!!!

#import <ActiveRecord/ActiveRecord.h>

@interface User : ActiveRecord

@property (nonatomic, retain) NSString *name;

@end

Check Wiki to see details!