Small. Fast. Reliable.
Choose any three.
*** 14,20 ****
  *: CppSQLite - a very thin C++ wrapper around the public domain SQLite database library.
  http://www.codeproject.com/database/CppSQLite.asp
  *: SQLite++ - cross-platform C++ wrapper library for SQLite. http://www.sqliteplus.com ($$)
! *: Borland C++. Delphi components have been succesfully installed into Borland C++ Builder 5 and 6. http://sqlite.aducom.com
   
  *Clipper*
  *:Harbour wrapper for SQLite. {linebreak} 
--- 14,21 ----
  *: CppSQLite - a very thin C++ wrapper around the public domain SQLite database library.
  http://www.codeproject.com/database/CppSQLite.asp
  *: SQLite++ - cross-platform C++ wrapper library for SQLite. http://www.sqliteplus.com ($$)
! *: Borland C++. Delphi components have been succesfully installed into Borland C++ Builder 5 and 6. 
! http://sqlite.aducom.com
   
  *Clipper*
  *:Harbour wrapper for SQLite. {linebreak} 
***************
*** 22,28 ****
  http://www.geocities.com/SiliconValley/Board/5300/sqlite/hbsqlite_en.htm
  
  *COM Wrappers / Visual Basic DLLs*
! *: DLL for VB 6/5/4 like as ADO free!! by Javier Bermudez from Argentina. http://free.hostdepartment.com/j/javierbermudez/archivos/sqlite/index.html
  *: Visual Basic 6 http://www.ag-software.com/SQLite/default.asp
  *: SQLHelper: http://groups.yahoo.com/group/sqlite/files/ (Works with VB5 & VB6; Get both pssql.zip 
  and psvbutls32.zip  )
--- 23,30 ----
  http://www.geocities.com/SiliconValley/Board/5300/sqlite/hbsqlite_en.htm
  
  *COM Wrappers / Visual Basic DLLs*
! *: DLL for VB 6/5/4 like as ADO free!! by Javier Bermudez from Argentina. http://
! free.hostdepartment.com/j/javierbermudez/archivos/sqlite/index.html
  *: Visual Basic 6 http://www.ag-software.com/SQLite/default.asp
  *: SQLHelper: http://groups.yahoo.com/group/sqlite/files/ (Works with VB5 & VB6; Get both pssql.zip 
  and psvbutls32.zip  )
***************
*** 37,43 ****
   
  *Delphi*
  *: Open source Delphi (4..7) C++ (BCB5, 6) components (TASQLiteDB, TASQLiteQuery, TASQLiteTable, 
! TASQLiteUpdateSQL, TASQLitePragma, TASQLiteLog) for SQLite. Stable release 1.2. Dev.release 2.0.B (updated 26 may 2004) http://sqlite.aducom.com
  *: Delphi class for SQLite. http://www.torry.net/db/direct/db_directsql/tsqlite.zip
  *: TLiteDB - Delphi interface for sqlite. http://sqlite.dubaron.com/
  *: Simple Delphi classes for SQLite by Pablo Ivan Pissanetzky. http://myhtpc.net/sqlite/sqlite-delphi.zip
--- 39,46 ----
   
  *Delphi*
  *: Open source Delphi (4..7) C++ (BCB5, 6) components (TASQLiteDB, TASQLiteQuery, TASQLiteTable, 
! TASQLiteUpdateSQL, TASQLitePragma, TASQLiteLog) for SQLite. Stable release 1.2. Dev.release 2.0.B 
! (updated 26 may 2004) http://sqlite.aducom.com
  *: Delphi class for SQLite. http://www.torry.net/db/direct/db_directsql/tsqlite.zip
  *: TLiteDB - Delphi interface for sqlite. http://sqlite.dubaron.com/
  *: Simple Delphi classes for SQLite by Pablo Ivan Pissanetzky. http://myhtpc.net/sqlite/sqlite-delphi.zip
***************
*** 58,64 ****
  *: A more complete Lua 5 wrapper for SQLite. http://mega.ist.utl.pt/~tngd/lua
   
  *.NET Framework*
! *: ADO.NET Data Provider for SQLite. (.NET Framework 1.1) http://sourceforge.net/projects/adodotnetsqlite
  *:.NET wrapper for SQLite. http://www.ag-software.com/SQLite.aspx.  Online Documentation 
  DocumentationSqliteNet
  *:.NET Mono ADO.NET provider for SQL Lite: http://www.go-mono.com/sqlite.html  
--- 61,68 ----
  *: A more complete Lua 5 wrapper for SQLite. http://mega.ist.utl.pt/~tngd/lua
   
  *.NET Framework*
! *: ADO.NET Data Provider for SQLite. (.NET Framework 1.1) http://sourceforge.net/projects/
! adodotnetsqlite
  *:.NET wrapper for SQLite. http://www.ag-software.com/SQLite.aspx.  Online Documentation 
  DocumentationSqliteNet
  *:.NET Mono ADO.NET provider for SQL Lite: http://www.go-mono.com/sqlite.html  
***************
*** 75,84 ****
  wrapper for SQLite.  Includes a framework and NSCoder subclass for object 
  persistence.
  *: ObjC/Cocoa relational framework. No query strings/tables http://treehouseideas.com/datacrux/
   
  *Objective Caml (OCaml)*
  *: ocaml-sqlite wrapper for sqlite: http://neugierig.org/software/ocaml/sqlite/
! *: ocaml-dbi includes the sqlite wrapper as part of Database Independant framework for ocaml: http://www.merjis.com/developers/mod_caml/
  
  *Perl*
  *: Perl-DBI driver for SQLite (DBD::SQLite). http://search.cpan.org/perldoc?DBD::SQLite 
--- 79,93 ----
  wrapper for SQLite.  Includes a framework and NSCoder subclass for object 
  persistence.
  *: ObjC/Cocoa relational framework. No query strings/tables http://treehouseideas.com/datacrux/
+ *: Cocoa-based, easy and powerful, cursors, on-the-fly data file compaction, includes introspection 
+ methods to access table names, column names, indexes, etc. Also 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. and more! http://www.webbotech.com
   
  *Objective Caml (OCaml)*
  *: ocaml-sqlite wrapper for sqlite: http://neugierig.org/software/ocaml/sqlite/
! *: ocaml-dbi includes the sqlite wrapper as part of Database Independant framework for ocaml: http://
! www.merjis.com/developers/mod_caml/
  
  *Perl*
  *: Perl-DBI driver for SQLite (DBD::SQLite). http://search.cpan.org/perldoc?DBD::SQLite