An SQL database is provided for use by all applications.
Trolltech Qtopia applications use the database for PIM data, Categories, and the Document Management system. Using an SQL database improves performance and flexibility of classes requiring permanent storage.
Qtopia ships with the SQLite database engine. It is also possible to integrate other database engines.
To integrate an alternative database engine, tasks include:
Providing a Qt SQL Driver (many already supported - see Qt documentation)
Creating schema and queries to compensate for any peculiarities of the database engine, if any.
Where an SQL database is used for storage in Qtopia, non-SQL based APIs are provided for application development. This avoids database implementation dependencies and provides faster development for commonly accessed data.