Small. Fast. Reliable.
Choose any three.
*** 5,14 ****
  *: SQLite Base Package. http://gnade.sourceforge.net/#native
  
  *Appforge MobileVB*
! *: {link: http://www.danicsystems.com/ DragonDB - MVB Edition}: an SQL database engine and software development toolkit for creating Microsoft Pocket PC and Smartphone database applications using {link: http://www.appforge.com/products/enterprise/crossfire/index.html AppForge MobileVB} (version 3.2 or later).  DragonDB is built upon SQLite3 so its databases are portable to all platforms and applications which support the SQLite3 database format.
  
  *C*
! *: High level C API for SQLite. http://zild.org/doc/programming.csp#database
  *: SQLcrypt - SQLite3 + C API for transparent storage-level AES encryption - Windows and Mac OS X.
  Also Tcl, Python and Zope interfaces. Try before you buy. http://www.sqlcrypt.com
  
--- 5,18 ----
  *: SQLite Base Package. http://gnade.sourceforge.net/#native
  
  *Appforge MobileVB*
! *: {link: http://www.danicsystems.com/ DragonDB - MVB Edition}: an SQL database engine and software
! development toolkit for creating Microsoft Pocket PC and Smartphone database applications using {link:
! http://www.appforge.com/products/enterprise/crossfire/index.html AppForge MobileVB} (version 3.2
! or later).  DragonDB is built upon SQLite3 so its databases are portable to all platforms and applications
! which support the SQLite3 database format.
  
  *C*
! *: High level C API for SQLite with thread-safe Connection Pooling. http://www.tildeslash.com/libzdb/
  *: SQLcrypt - SQLite3 + C API for transparent storage-level AES encryption - Windows and Mac OS X.
  Also Tcl, Python and Zope interfaces. Try before you buy. http://www.sqlcrypt.com
  
***************
*** 23,33 ****
  based applications, and embedded scripting.
  
  *C++ Wrappers*
! *: LiteSQL - C++ Object-relational persistence framework (supports SQLite3 as backend, too). http://litesql.sourceforge.net
! *: Sqlitedataset. Has functions for handling query results. Makefile included.  http://sqlitedataset.sourceforge.net/
! *: GQL Generic SQL Library supports PostgreSQL, MySQL and SQLite. Included in Debian Sarge. http://gql.sourceforge.net/
  *: SQLite Plus, a minimalistic C++ wrapper for SQLite and SQLite3, inspired by the ADO.NET classes.
! Authors name is not mentioned in package. Written with MS Visual Studio. Depends on BOOST, if UNICODE is used it probably won't work on anything but Windows. Open Source zlib Licensed
  http://dev.int64.org/sqlite.html
  *: wxSQLite - wxWindows wrapper for SQLite 2.x.
  http://sourceforge.net/projects/wxsqlite
--- 27,41 ----
  based applications, and embedded scripting.
  
  *C++ Wrappers*
! *: LiteSQL - C++ Object-relational persistence framework (supports SQLite3 as backend, too). http://
! litesql.sourceforge.net
! *: Sqlitedataset. Has functions for handling query results. Makefile included.  http://
! sqlitedataset.sourceforge.net/
! *: GQL Generic SQL Library supports PostgreSQL, MySQL and SQLite. Included in Debian Sarge. http://
! gql.sourceforge.net/
  *: SQLite Plus, a minimalistic C++ wrapper for SQLite and SQLite3, inspired by the ADO.NET classes.
! Authors name is not mentioned in package. Written with MS Visual Studio. Depends on BOOST, if
! UNICODE is used it probably won't work on anything but Windows. Open Source zlib Licensed
  http://dev.int64.org/sqlite.html
  *: wxSQLite - wxWindows wrapper for SQLite 2.x.
  http://sourceforge.net/projects/wxsqlite
***************
*** 70,80 ****
  *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 (DEAD link!)
! *: Visual Basic 6 http://www.ag-software.com/Downloads/default.aspx?DownLoadID=5 (2005-Nov-29 [mpot] sqlite 2.x only)
! *: DLL (Not COM) - Dynamicly binds to SQLite DLL at runtime and so doesn't need recompiling everytime a new version of SQLite is released: http://www.pivotal-solutions.co.uk/downloads/company/pssqlite.zip (sqlite 2.x and 3.x) Source and DLL
  *: 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/ (free and commercial versions
  available) (2005-Nov-29 [mpot] sqlite 3.x compatible, lots of useful sample code, seems to work well)
  *: ADOSQLite VB6 wrapper; requires AGS_SQLite.dll from ag-software (above):
  http://ubt.ebunda.com (2005-Nov-29 [mpot] sqlite 2.x only)
--- 78,93 ----
  *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 (DEAD link!)
! *: Visual Basic 6 http://www.ag-software.com/Downloads/default.aspx?DownLoadID=5 (2005-Nov-29
! [mpot] sqlite 2.x only)
! *: DLL (Not COM) - Dynamicly binds to SQLite DLL at runtime and so doesn't need recompiling
! everytime a new version of SQLite is released: http://www.pivotal-solutions.co.uk/downloads/
! company/pssqlite.zip (sqlite 2.x and 3.x) Source and DLL
  *: 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/ (free and commercial versions
  available) (2005-Nov-29 [mpot] sqlite 3.x compatible, lots of useful sample code, seems to work well)
  *: ADOSQLite VB6 wrapper; requires AGS_SQLite.dll from ag-software (above):
  http://ubt.ebunda.com (2005-Nov-29 [mpot] sqlite 2.x only)
***************
*** 84,95 ****
  http://perso.wanadoo.fr/jveritecontribs/DAOSqlite.zip (2005-Nov-29 [mpot] sqlite 2.x only)
  (2005-Nov-14, [Michael B. Johnson] No sample code on usage that I could see.)
  *: LiteX: another COM DLL wrapper for SQLite3 (ATL)
! http://www.republika.pl/roed/litex (2005-Nov-29 [mpot] sqlite 3.x compatible, useful sample code, seems to work well)
  
  _: It would be usefull if people could comment on the merrits of using a particular wrapper !
  
  *BlitzMax*
! *: Pub.SqLite - Straightforward BlitzMax bindings of the SQLite3 API in the form of a module.  Public domain.  http://www.noelcower.com/mod/pub.sqlite.zip _(Currently unavailable publicly, e-mail "cower @t noelcower dot com")_
  
  *Drivers*
  *: libdbi (C abstraction lib) driver for SQLite.
--- 97,111 ----
  http://perso.wanadoo.fr/jveritecontribs/DAOSqlite.zip (2005-Nov-29 [mpot] sqlite 2.x only)
  (2005-Nov-14, [Michael B. Johnson] No sample code on usage that I could see.)
  *: LiteX: another COM DLL wrapper for SQLite3 (ATL)
! http://www.republika.pl/roed/litex (2005-Nov-29 [mpot] sqlite 3.x compatible, useful sample code,
! seems to work well)
  
  _: It would be usefull if people could comment on the merrits of using a particular wrapper !
  
  *BlitzMax*
! *: Pub.SqLite - Straightforward BlitzMax bindings of the SQLite3 API in the form of a module.  Public
! domain.  http://www.noelcower.com/mod/pub.sqlite.zip _(Currently unavailable publicly, e-mail
! "cower @t noelcower dot com")_
  
  *Drivers*
  *: libdbi (C abstraction lib) driver for SQLite.
***************
*** 101,116 ****
  *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl.
  
  *Delphi*
! *: {link: http://zeoslib.net.ms/ ZeosLIB}: The ZeosLib is a set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle, DB/2, SQLite (2.8.x & 3.x - in cvs) for Delphi, Kylix, C++ Builder, Lazarus
! *: {link: http://www.yunqa.de/delphi/sqlite3/ DISQLite3}: The fully embedded, no-DLL SQLite3 solution for Delphi (4..2005). Yes, it does NOT require sqlite3.dll: {link: http://www.yunqa.de/delphi/sqlite3/ DISQLite3} provides the complete SQLite3 API, is regularly updated, very small, well documented, tightly integrated, and carefully optimized. As a result, {link: http://www.yunqa.de/delphi/sqlite3/ DISQLite3} outperforms sqlite3.dll up to 50% for common operations. Free personal edition.
! *: {link: http://sqlite.aducom.com/ *ASGSQLite*}: Open source (NewBSD) Delphi (4..7, 2005, 2006) C++ (BCB5, 6) components for SQLite V2.8.x and V3.x.x. (TASQLiteDB, TASQLiteQuery,
  TASQLiteTable, TASQLiteUpdateSQL). No need for the BDE but Delphi standard edition is not supported.
  Support for
! static linking (obj files included, no dll needed), utf-8 and unidirectonal dataset (max speed). (updated 10 jan 2006)
  {link: http://sqlite.aducom.com}
  *: Delphi class for SQLite.
  http://www.torry.net/db/direct/db_directsql/tsqlite.zip
! *: LibSQL - Delphi/Kylix/Freepascal interface for SQLite, MySQL and ODBC32. http://libsql.sourceforge.net/
  *: Fast and lean wrappers, browser, date/time and soundEx functions
  http://www.it77.de/sqlite/sqlite.htm
  *: Dataset descendant for SQLite:
--- 117,141 ----
  *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl.
  
  *Delphi*
! *: {link: http://zeoslib.net.ms/ ZeosLIB}: The ZeosLib is a set of database components for MySQL,
! PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle, DB/2, SQLite (2.8.x & 3.x - in cvs) for Delphi,
! Kylix, C++ Builder, Lazarus
! *: {link: http://www.yunqa.de/delphi/sqlite3/ DISQLite3}: The fully embedded, no-DLL SQLite3 solution
! for Delphi (4..2005). Yes, it does NOT require sqlite3.dll: {link: http://www.yunqa.de/delphi/sqlite3/
! DISQLite3} provides the complete SQLite3 API, is regularly updated, very small, well documented, tightly
! integrated, and carefully optimized. As a result, {link: http://www.yunqa.de/delphi/sqlite3/ DISQLite3}
! outperforms sqlite3.dll up to 50% for common operations. Free personal edition.
! *: {link: http://sqlite.aducom.com/ *ASGSQLite*}: Open source (NewBSD) Delphi (4..7, 2005, 2006) C++
! (BCB5, 6) components for SQLite V2.8.x and V3.x.x. (TASQLiteDB, TASQLiteQuery,
  TASQLiteTable, TASQLiteUpdateSQL). No need for the BDE but Delphi standard edition is not supported.
  Support for
! static linking (obj files included, no dll needed), utf-8 and unidirectonal dataset (max speed). (updated
! 10 jan 2006)
  {link: http://sqlite.aducom.com}
  *: Delphi class for SQLite.
  http://www.torry.net/db/direct/db_directsql/tsqlite.zip
! *: LibSQL - Delphi/Kylix/Freepascal interface for SQLite, MySQL and ODBC32. http://
! libsql.sourceforge.net/
  *: Fast and lean wrappers, browser, date/time and soundEx functions
  http://www.it77.de/sqlite/sqlite.htm
  *: Dataset descendant for SQLite:
***************
*** 118,124 ****
  *: 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
  
! *eyuyan* (an OO programming language with a full-featured-IDE including UI-visual-designer and words-auto-complete, suporting platform-crossing-programme, easy to use, perfect in functions)
  
  *: Wrapper for SQLite: (SqliteDB.fne version:1.1)
  http://www.dywt.com.cn/help/zcksc.htm
--- 143,150 ----
  *: 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
  
! *eyuyan* (an OO programming language with a full-featured-IDE including UI-visual-designer and
! words-auto-complete, suporting platform-crossing-programme, easy to use, perfect in functions)
  
  *: Wrapper for SQLite: (SqliteDB.fne version:1.1)
  http://www.dywt.com.cn/help/zcksc.htm
***************
*** 143,149 ****
  http://www.ch-werner.de/javasqlite
  *: Java wrapper (around a SWIG interface):
  http://tk-software.home.comcast.net/
! *: Java wrapper - Dynamicly binds to SQLite DLL at runtime and so doesn't need recompiling everytime a new version of SQLite is released: http://www.pivotal-solutions.co.uk/downloads/company/pssqlite.zip (sqlite 3.x) Source and DLL
  
  *Lua*
  *: Lua wrapper for SQLite. http://domingo.dad-it.com/lua-sqlite.whtm
--- 169,177 ----
  http://www.ch-werner.de/javasqlite
  *: Java wrapper (around a SWIG interface):
  http://tk-software.home.comcast.net/
! *: Java wrapper - Dynamicly binds to SQLite DLL at runtime and so doesn't need recompiling everytime
! a new version of SQLite is released: http://www.pivotal-solutions.co.uk/downloads/company/
! pssqlite.zip (sqlite 3.x) Source and DLL
  
  *Lua*
  *: Lua wrapper for SQLite. http://domingo.dad-it.com/lua-sqlite.whtm
***************
*** 244,250 ****
  *: Django object-relational mapper.  http://djangoproject.org
  
  *REALbasic*
! *: SQLite is the database engine for the REAL SQL Database, which is built into the currently shipping version of REALbasic. http://realsoftware.com
  
  *Revolution*
  *: altSQLite Revolution Database Add-On: http://www.altuit.com/webs/altuit2/altSQLiteCover/
--- 272,279 ----
  *: Django object-relational mapper.  http://djangoproject.org
  
  *REALbasic*
! *: SQLite is the database engine for the REAL SQL Database, which is built into the currently shipping
! version of REALbasic. http://realsoftware.com
  
  *Revolution*
  *: altSQLite Revolution Database Add-On: http://www.altuit.com/webs/altuit2/altSQLiteCover/
***************
*** 259,265 ****
  
  *Scheme*
  *: For PLT Scheme: http://jay.makeoutcity.com/#sqlite
! *: For the Chicken Scheme-to-C compiler: http://www.call-with-current-continuation.org/eggs/sqlite.html
  
  *SmallTalk*
  *: Squeak Smalltalk wrapper for SQLite.
--- 288,295 ----
  
  *Scheme*
  *: For PLT Scheme: http://jay.makeoutcity.com/#sqlite
! *: For the Chicken Scheme-to-C compiler: http://www.call-with-current-continuation.org/eggs/
! sqlite.html
  
  *SmallTalk*
  *: Squeak Smalltalk wrapper for SQLite.
***************
*** 297,304 ****
  http://www.SQLManagerX.com
  *: SQLLite.DLL - Interface to allow Dark Basic Professional to use SQLite
  (www.codingarea.co.uk). http://www.codingarea.co.uk/
! *: REBOL wrapper for SQLite: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sqlite3.r
! *: REBOL 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/
  *: Assembly language (Fresh/FASM); Pretty complete set of include files with SQLite definitions and
  imports for assembly language programming are part of the latest Fresh version: {link: http://
--- 327,336 ----
  http://www.SQLManagerX.com
  *: SQLLite.DLL - Interface to allow Dark Basic Professional to use SQLite
  (www.codingarea.co.uk). http://www.codingarea.co.uk/
! *: REBOL wrapper for SQLite: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?
! script=sqlite3.r
! *: REBOL 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/
  *: Assembly language (Fresh/FASM); Pretty complete set of include files with SQLite definitions and
  imports for assembly language programming are part of the latest Fresh version: {link: http://