Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 13. Storing Information > Storing Information in a Database

13.4. Storing Information in a Database

Databases can be an intimidating subject for a developer. Many people will think of enterprise database servers such as Microsoft SQL Server or Oracle. These applications can take time to set up and require constant management. For most developers, a database system like Oracle would be overkill. Apple has included a small compact database engine on the Mac and iPhone. SQLite will provide you with a lot of flexibility with storing information for your application. It stores the entire database in a single file. It is fast, reliable, and easy to implement in your application. The best thing about the SQLite database is that there is no need to perform any installation of software. Apple has taken care of that for you.

SQLite, however, does have some limitations that you should be aware of as a developer.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial