Small. Fast. Reliable.
Choose any three.
*** 7,13 ****
   
  *C* 
  *: High level C API for SQLite. http://zild.org/doc/programming.csp#database 
! *: SQLcrypt - SQLite3 + C API for transparent storage-level AES encryption; also Python and Zope interfaces. Try before you buy. http://www.sqlcrypt.com
   
  *C++ Wrappers* 
  *: http://www.QtForum.org/members/christian/flib/hp A C++ library which 
--- 7,14 ----
   
  *C* 
  *: High level C API for SQLite. http://zild.org/doc/programming.csp#database 
! *: SQLcrypt - SQLite3 + C API for transparent storage-level AES encryption; also Python and Zope 
! interfaces. Try before you buy. http://www.sqlcrypt.com
   
  *C++ Wrappers* 
  *: http://www.QtForum.org/members/christian/flib/hp A C++ library which 
***************
*** 50,56 ****
  and psvbutls32.zip  ) 
  *: SQLitePlus COM DLL wrapper for SQLite (coded with C++/ATL). 
  http://www.sqliteplus.com ($$) 
! *: SQLiteDb (updated!) - fastest COM wrapper (written in ATL7), featuring on-the-fly database encryption, OLEDB Data Binding and an 
  ADO-like object model. http://www.terrainformatica.com/sqlitedb/ 
  *: ADOSQLite VB6 wrapper; requires AGS_SQLite.dll from ag-software (above): 
  http://ubt.ebunda.com
--- 51,58 ----
  and psvbutls32.zip  ) 
  *: SQLitePlus COM DLL wrapper for SQLite (coded with C++/ATL). 
  http://www.sqliteplus.com ($$) 
! *: SQLiteDb (updated!) - fastest COM wrapper (written in ATL7), featuring on-the-fly database 
! encryption, OLEDB Data Binding and an 
  ADO-like object model. http://www.terrainformatica.com/sqlitedb/ 
  *: ADOSQLite VB6 wrapper; requires AGS_SQLite.dll from ag-software (above): 
  http://ubt.ebunda.com
***************
*** 73,79 ****
  *Delphi* 
  *: Open source Delphi (4..7) C++ (BCB5, 6) components for SQLite version 
  *2.8.x* and SQLite version *3.0.x* (TASQLiteDB, TASQLiteQuery, TASQLiteTable,  
! TASQLiteUpdateSQL, etc.). Version 2 components upgraded for calculated fields, version 3 components upgraded for calculated fields and blobs (not only clobs)
  (updated 3rd dec 2004) http://sqlite.aducom.com 
  *: Delphi class for SQLite. 
  http://www.torry.net/db/direct/db_directsql/tsqlite.zip 
--- 75,82 ----
  *Delphi* 
  *: Open source Delphi (4..7) C++ (BCB5, 6) components for SQLite version 
  *2.8.x* and SQLite version *3.0.x* (TASQLiteDB, TASQLiteQuery, TASQLiteTable,  
! TASQLiteUpdateSQL, etc.). Version 2 components upgraded for calculated fields, version 3 components 
! upgraded for calculated fields and blobs (not only clobs)
  (updated 3rd dec 2004) http://sqlite.aducom.com 
  *: Delphi class for SQLite. 
  http://www.torry.net/db/direct/db_directsql/tsqlite.zip 
***************
*** 82,88 ****
  http://www.it77.de/sqlite/sqlite.htm 
  *: Dataset descendant for SQLite: 
  http://sourceforge.net/projects/sqlite4delphi 
! *: Simple SQLite 3.0 wrapper, no TDataset or databinding, but fast and easy to use. Free for any purpose. http://www.itwriting.com/sqlitesimple.php
   
  *Ewe* (Java clone, Waba descendant, nice PDA support) 
   
--- 85,92 ----
  http://www.it77.de/sqlite/sqlite.htm 
  *: Dataset descendant for SQLite: 
  http://sourceforge.net/projects/sqlite4delphi 
! *: Simple SQLite 3.0 wrapper, no TDataset or databinding, but fast and easy to use. Free for any 
! purpose. http://www.itwriting.com/sqlitesimple.php
   
  *Ewe* (Java clone, Waba descendant, nice PDA support) 
   
***************
*** 176,186 ****
  *: Pike SQLite glue (pike -x monger --install Sql.Provider.SQLite)
   
  *Python* 
! *: Python driver for SQLite. http://pysqlite.sourceforge.net/.   This provides a DBAPI compliant wrapper for SQLite 2 or 3 and hides some of SQLite's idiosyncrasies.
  *: SQLObject Python object-relational mapper.  http://sqlobject.org 
  *: Modeling - Object-Relational Bridge for Python. 
  http://modeling.sourceforge.net/ 
! *: Another Python SQLite Wrapper. http://www.rogerbinns.com/apsw.html.  APSW is not DBAPI compliant, and instead lets you do everything you can do from C, but in Python.
    
  *Ruby* 
  *: Ruby DBI (dbd_sqlite). *This needs some work (see mailing list!).* 
--- 180,192 ----
  *: Pike SQLite glue (pike -x monger --install Sql.Provider.SQLite)
   
  *Python* 
! *: Python driver for SQLite. http://pysqlite.sourceforge.net/.   This provides a DBAPI compliant wrapper 
! for SQLite 2 or 3 and hides some of SQLite's idiosyncrasies.
  *: SQLObject Python object-relational mapper.  http://sqlobject.org 
  *: Modeling - Object-Relational Bridge for Python. 
  http://modeling.sourceforge.net/ 
! *: Another Python SQLite Wrapper. http://www.rogerbinns.com/apsw.html.  APSW is not DBAPI 
! compliant, and instead lets you do everything you can do from C, but in Python.
    
  *Ruby* 
  *: Ruby DBI (dbd_sqlite). *This needs some work (see mailing list!).* 
***************
*** 236,239 ****
  *: REALbasic wrapper for SQLite: http://ljug.com/sw/sqliteplugin.html
  *: REBOL wrapper for SQLite: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?
  script=sqlite3.r
! Port based interface : http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sqlite3-protocol.r
--- 242,247 ----
  *: REALbasic wrapper for SQLite: http://ljug.com/sw/sqliteplugin.html
  *: REBOL wrapper for SQLite: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?
  script=sqlite3.r
! *: Port based interface : http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sqlite3-
! protocol.r
! *: SuperCard Bundle External for SQLite: http://tom.lightheadsw.com/supercard/