TestsTested | ✗ |
LangLanguage | CC |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by AlexDenisov.
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