SQLite is a free, public domain database engine. It is a small code library written in C that your applications can call. A SQLite database is a file containing tables, data, triggers, foreign keys and constraints. Your applications can read and writ...