Already includes SQLite, so there s no need to download and to configure. It provides the developer with a SQL database without running a separate RDBMS process. QuickLite is not a client library used to connect to a big database server. QuickLite is the server, reading and writing directly to and from the database files on disk.
QuickLite Features:
- Objected-oriented.
- Easy to use.
- Just 3 classes to deal with: QuickLiteDatabase, QuickLiteCursor, and QuickLiteRow.
- On-the-fly data file compaction.
- Includes introspection methods to access table names, column names, indexes, etc.
- Includes utility methods to create and drop tables, add and remove columns, insert data, and more!
- Access to SQLite s last error ID and associated error string.
- BLOB support.
The QuickLite package also includes a few examples as well.
Whats New in this Version
- In-cursor data matching
- Set operations on cursors: union, minus and intersection
- Support for attached databases
- More convenience methods in all 3 classes
- Several bug fixes
- Updated examples
- Better support for dates
- Improved error reporting . Follow the link and
free download QuickLite 1.5.3 now.
DETAILS