Chapter 2. Sqlite Specific Issues

The text in this chapter is take from Sqlite home page. Read more documentation there for deeper understanding of Sqlite features.

SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.

Caution

It's strongly recommended to read and understand the Sqlite documentation. Sqlite can be confusing for a programmer from the world of the real databases (like Postgresql, Oracle, MS SQL Server etc.).

Features include:

Sqlite specific properties affect Sqliteman feature set. E.g. Sqlite does not support foreign keys so there is a dedicated dialog for FK triggers creating.