|
Project Information
Featured
Links
|
ImportantChanged from subversion to mercurial. Get involvedLooking for developers. Please send any report or improvenment. Meet chibi-ORMSQLite is a small & beautifull sql engine. Also, is the choice for store & manage data on iPhone SDK projects. With chibi-ORM is possible to have a object-relational layer for your database in Objective-c. Not force a single pathYou are not force to use this ORM for everything. Go down to direct SQL acces if your wish. FMResultSet *rs = [db load:@"SELECT 1"]; Almost free to desing your databaseWith the limitations on the iPhone plataform, is important have freedom to off-load hevy data manipulation on your database. You are free to desing the database almost as you wish. The chibi-ORM layer only ask you to:
That's all. Add your views, triggers and anything you like freely. Easy to learn APITake a look: tutorial Used in productionChibiORM is use in http:///www.bestsellerapp.com, a iPhone/iPad point of sale (POS) with flexible & fast syncronization support to almost any ERP. |