I want to create a new Entity (table) in SQLite. My code is as follows:
+(BOOL)CreateDataSet:(NSManagedObjectModel *) model attributes:(NSDictionary*)attri
Please ignore CoreData if you want to create entities dynamically, try SQLite (please use the magical FMDB library), it won't let you down.
Please note that SQLite/FMDB does not support iCloud.