• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[ANN] QuickLite 1.0 is available
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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.


  • Prev by Date: Re: How to put together 21 chunks of XCode 1.2?
  • Next by Date: Re: Looking for Cocoa diff and hash objects/ library
  • Previous by thread: Re: How to put together 21 chunks of XCode 1.2?
  • Next by thread: Writing header docs
  • Index(es):
    • Date
    • Thread