Difference between revisions of "SQLitePass"

From Free Pascal wiki
Jump to navigationJump to search
(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...)
 
Line 1: Line 1:
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).
+
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 is available from home page (http://source.online.free.fr).
 
This project is open source, under LGPL license.
 
This project is open source, under LGPL license.

Revision as of 13:46, 24 September 2010

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 is available from home page (http://source.online.free.fr). This project is open source, under LGPL license.