SQLite is a software library that implements a self-contained, serverless, transactional SQL database engine. Unlike most other databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files.
SQLite is an embedded relational database engine. SQLite understands most of the standard SQL-92 language. But it does omit some features while at the same time adding a few features of its own.
This SQLite driver based on example by PGR: http://forum.oberoncore.ru/viewtopic.php?f=5&t=497&p=16450&hilit=sqlite#p16450