[ANN] QuickLite 1.0 is available
[ANN] QuickLite 1.0 is available
- Subject: [ANN] QuickLite 1.0 is available
- From: Tito Ciuro <email@hidden>
- Date: Wed, 26 May 2004 14:30:14 -0400
Hello everybody,
Today I'm releasing QuickLite, a Cocoa wrapper for SQLite, the
embeddable SQL database engine.
QuickLite 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.
You may download it here:
http://www.webbotech.com/
Enjoy!
-- Tito
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.