SQLitePass

From Lazarus wiki
Revision as of 13:45, 24 September 2010 by Luckylazarus (talk | contribs) (New page: SQLitePass is a simple set of components designed for Lazarus-fpc and Delphi. It provides an easy and fast access to SQLite databases, especially those created using Kexi, SQLiteExpert, SQ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

SQLitePass is a simple set of components designed for Lazarus-fpc and Delphi. It provides an easy and fast access to SQLite databases, especially those created using Kexi, SQLiteExpert, SQLite Administrator, SQLiteToolbox or your favorite SQLite database manager. SQLitePass is able to deal with almost any kind of fields, including blobs, offers fast records sorting, in-memory indexes, unicode support and a wide range of properties in order to use the SQLite API in a very simple way. The SQLiteToolbox demo program available from home page (http://source.online.free.fr). This project is open source, under LGPL license.