Creating a SQLite Database

Description

The SQLite Database genie can be used to create a SQLite Database for your application.

Discussion

The Create SQLite Database option on the Tools menu (when the Web Projects Control Panel has focus) allows you to create an SQL database and populate the database with data. After the SQLite database has been created, it can optionally be uploaded to Amazon S3. This makes it easy for mobile applications to download the database and store it on a device.

To create a SQLite database, go to Tools, More..., Create SQLite Database on the Web Projects Control Panel.

SQLite Database – Date and Datetime Format

When creating a SQLite database, you can specify the format for date and datetime fields.

Create SQLite Database dialog showing date and datetime format options
Choosing date/datetime formats when creating a SQLite database

See Also