×
A new build of Corona SDK is now available to subscribers. Not a subscriber? Subscribe now.
CoronaSDK 2012.821 | Released: 23 May 2012, 2:01am | What's New | Download Now

Database (SQLite)

Overview

Corona includes support for SQLite databases on all platforms. This is based on the built-in sqlite support on the iPhone, and a compiled version of SQLite on Android (this increases the size of Android binaries by 300K).

More Information

For a tutorial on how to use SQLite in Corona, please see the Database Access in Corona with SQLite tutorial.

For more information and sample code, see Database (SQLite) in the Corona documentation.