SQLite 3 Overview

The SQLite 3 component provides an implementation of the native SQLite C APIs.

Purpose

SQLite 3 provides an interface that makes it possible for developers to include their own SQLite implementations in a Symbian application.

Required background

You should have a good understanding of SQLite 3 and be familiar with the Symbian implementation, Symbian SQL.

Typical uses

SQLite 3 is used:

  • if you are porting an existing SQLite application written in C

Related information
Symbian SQL