O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
SQLite offers a very easy development model for building iOS apps with a storage facility. In addition the Cocoa Touch SDK along with Xcode offer a fantastic development environment for RAD applicatio...
SQLite is a great technology for data storage and persistence for mobile applications and web applications. Although not a database server, it offers nevertheless the possibility to group several data...
I have written a tutorial that demonstrates the techniques and syntax to perform Insert, Update and Delete (CRUD) using SQLite on an IOS 5 device like iPad, iPhone or iPod. This tutorial offers comple...
I have written a tutorial on how to create and read from a SQLite database with IOS 5 in case someone is interested or in need of this information:
Tutorial on Creating an IOS 5 SQLite Database App...
SQLite 3.7 and Write-Ahead Logging
SQLite is a full-featured relational database that is designed to be embedded directly into an application or utility. It has a relatively small runtime footprint...
This excerpt from Using SQLite explains the differences between Core Data and SQLite and will help you decide which to use when developing on the iPhone.When the iPhone and iPod touch were first relea...
The following is an excerpt from Using SQLite. Below the author gives the best ways to utilize the Full-Text Search Module with SQLite.SQLite includes a Full-Text Search (FTS) engine. The current vers...
The following excerpt from Using SQLite offers an initial approach to working with sqlite3 on a new install.Once you have some form of SQLite installed, the first step is normally to run sqlite3 and p...