by James Hall - 05 Feb 2011 Tweet « Back to homepage We recently started work on a iPhone Application using Appcelerator Titanium. If you want to store data to the phone, you need to the use the Titanium.Database API. We're not really fans of writing SQL if we don't need to, so we created a simple library to do the heavy lifting for us. You can download it from https://github.com/MrRio/TitaniORM.