Introduction - If you have any usage issues, please Google them yourself
SQLiteWrapper.pas : A Delphi Class Interface to the SQLite3.dll Database Engine
The Database
Creating a TSQLiteDatabase object gives you access to your database. You can keep the TSQLiteDatabase object for as long as you require access, even over multiple transactions and queries