Small. Fast. Reliable.
Choose any three.
*** 5,26 ****
  *: SQLite Base Package. http://gnade.sourceforge.net/#native 
  
  *Appforge MobileVB*
! *: {link: http://www.danicsystems.com/ DragonDB - MVB Edition}: an SQL database engine for {link: http://www.appforge.com/products/enterprise/crossfire/index.html AppForge MobileVB} which is affordable, powerful and portable.   Supports both Microsoft Pocket PC and Smartphone.
  
  *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 Python and Zope interfaces. Try before you buy. http://www.sqlcrypt.com
   
  *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 is 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. http://dev.int64.org/sqlite.html
  *: wxSQLite - wxWindows wrapper for SQLite 2.x. 
  http://sourceforge.net/projects/wxsqlite 
  *: wxSQLite3 - wxWindows wrapper for SQLite 3.x.
! Inspired by wxSQLite and CppSQLite, supporting most features of SQLite 3 including user-defined functions.
  http://wxcode.sourceforge.net
  *: CppSQLite - a very thin C++ wrapper around the public domain SQLite 
  database library. 
--- 5,34 ----
  *: SQLite Base Package. http://gnade.sourceforge.net/#native 
  
  *Appforge MobileVB*
! *: {link: http://www.danicsystems.com/ DragonDB - MVB Edition}: an SQL database engine for {link: 
! http://www.appforge.com/products/enterprise/crossfire/index.html AppForge MobileVB} which is 
! affordable, powerful and portable.   Supports both Microsoft Pocket PC and Smartphone.
  
  *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 Python and Zope interfaces. Try before you buy. http://www.sqlcrypt.com
   
  *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 is 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. http://dev.int64.org/
! sqlite.html
  *: wxSQLite - wxWindows wrapper for SQLite 2.x. 
  http://sourceforge.net/projects/wxsqlite 
  *: wxSQLite3 - wxWindows wrapper for SQLite 3.x.
! Inspired by wxSQLite and CppSQLite, supporting most features of SQLite 3 including user-defined 
! functions.
  http://wxcode.sourceforge.net
  *: CppSQLite - a very thin C++ wrapper around the public domain SQLite 
  database library. 
***************
*** 33,41 ****
  *: Sword - cross-platform LGPL C++ lib with many features, including a SQLite C++ abstraction. 
  http://www.erik-n.net/sword/ (404 not found) or http://savannah.nongnu.org/projects/sword/
  *: cmksql - C++ library. http://cmk.navorski.com/index.php?wiki=CmkSql 
! *: {link: http://koffice.org/developer/apidocs/kexi/html/namespaceKexiDB.html KexiDB} - KDE/Qt layer for accesing and creating databases, used by {link: http://www.kexi-project.org/ Kexi} and other {link: http://www.kde.org/ KDE} applications. Contains SQLite v2 and v3 drivers. Also 
  works on win32.
! *: Sqliteclass - A very simple C++ wrapper for sqlite.Public Domain. http://www.giannirossi.org/index.php?mod=Download
  
  *Clipper* 
  *:Harbour wrapper for SQLite. {linebreak}  
--- 41,52 ----
  *: Sword - cross-platform LGPL C++ lib with many features, including a SQLite C++ abstraction. 
  http://www.erik-n.net/sword/ (404 not found) or http://savannah.nongnu.org/projects/sword/
  *: cmksql - C++ library. http://cmk.navorski.com/index.php?wiki=CmkSql 
! *: {link: http://koffice.org/developer/apidocs/kexi/html/namespaceKexiDB.html KexiDB} - KDE/Qt 
! layer for accesing and creating databases, used by {link: http://www.kexi-project.org/ Kexi} and other 
! {link: http://www.kde.org/ KDE} applications. Contains SQLite v2 and v3 drivers. Also 
  works on win32.
! *: Sqliteclass - A very simple C++ wrapper for sqlite.Public Domain. http://www.giannirossi.org/
! index.php?mod=Download
  
  *Clipper* 
  *:Harbour wrapper for SQLite. {linebreak}  
***************
*** 53,59 ****
  *: 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/freesoftware.aspx#sqlite 
! *: Visual Basic 6 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/sqlite.zip
  *: SQLitePlus COM DLL wrapper for SQLite (coded with C++/ATL). 
  http://www.sqliteplus.com ($$) (actual content link is DEAD!)
  *: SQLiteDb (updated!) - fastest COM wrapper (written in ATL7), featuring on-the-fly database 
--- 64,71 ----
  *: 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/freesoftware.aspx#sqlite 
! *: Visual Basic 6 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/sqlite.zip
  *: SQLitePlus COM DLL wrapper for SQLite (coded with C++/ATL). 
  http://www.sqliteplus.com ($$) (actual content link is DEAD!)
  *: SQLiteDb (updated!) - fastest COM wrapper (written in ATL7), featuring on-the-fly database 
***************
*** 79,93 ****
  *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl. 
    
  *Delphi* 
! *: {link: http://www.yunqa.de/delphi/sqlite3/ DISQLite3}: The free and 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} still ports the complete SQLite3 API, is 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.
  *: Open source Delphi (4..7, 2005) C++ (BCB5, 6) components for SQLite version 
  *2.8.x* and *3.0.x* (TASQLiteDB, TASQLiteQuery, TASQLiteTable,  
  TASQLiteUpdateSQL). Version 2 components upgraded for calculated fields, version 3 components 
! upgraded to sqlite version 3.2.1. This version now supports IProvider interface. Alpha release supports static linking (obj files included, no dll needed) and utf-8. Delphi 2005 port is 
! available by manual changes to be found on the support forum. (updated 1 JUL 2005) 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: 
--- 91,112 ----
  *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl. 
    
  *Delphi* 
! *: {link: http://www.yunqa.de/delphi/sqlite3/ DISQLite3}: The free and 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} still ports the complete SQLite3 API, is 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.
  *: Open source Delphi (4..7, 2005) C++ (BCB5, 6) components for SQLite version 
  *2.8.x* and *3.0.x* (TASQLiteDB, TASQLiteQuery, TASQLiteTable,  
  TASQLiteUpdateSQL). Version 2 components upgraded for calculated fields, version 3 components 
! upgraded to sqlite version 3.2.1. This version now supports IProvider interface. Alpha release supports 
! static linking (obj files included, no dll needed) and utf-8. Delphi 2005 port is 
! available by manual changes to be found on the support forum. (updated 1 JUL 2005) 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: 
***************
*** 110,116 ****
  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/sqlite.zip 
    
  *Lua* 
  *: Lua wrapper for SQLite. http://domingo.dad-it.com/lua-sqlite.whtm    
--- 129,136 ----
  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/sqlite.zip 
    
  *Lua* 
  *: Lua wrapper for SQLite. http://domingo.dad-it.com/lua-sqlite.whtm    
***************
*** 129,135 ****
  *.NET Framework* 
  *: ADO.NET Data Provider for SQLite. (.NET Framework 1.1). Supports both 
  SQLite 2 and 3, Full and Compact Framework. http://adodotnetsqlite.sourceforge.net/ 
! *: ADO.NET 2.0/VS2005 Data Provider for SQLite.  Supports Full and Compact Framework, Visual Studio Design-Time Support.  http://sourceforge.net/projects/sqlite-dotnet2
  *:.NET wrapper for SQLite. http://www.ag-software.com/SQLite.aspx.  Online 
  Documentation  
  DocumentationSqliteNet 
--- 149,156 ----
  *.NET Framework* 
  *: ADO.NET Data Provider for SQLite. (.NET Framework 1.1). Supports both 
  SQLite 2 and 3, Full and Compact Framework. http://adodotnetsqlite.sourceforge.net/ 
! *: ADO.NET 2.0/VS2005 Data Provider for SQLite.  Supports Full and Compact Framework, Visual Studio 
! Design-Time Support.  http://sourceforge.net/projects/sqlite-dotnet2
  *:.NET wrapper for SQLite. http://www.ag-software.com/SQLite.aspx.  Online 
  Documentation  
  DocumentationSqliteNet 
***************
*** 161,166 ****
--- 182,189 ----
  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 
+ *: CoreData, Apples persistence framework for Cocoa and part of OS X 10.4 uses SQLite as its efficient 
+ storage backend. http://developer.apple.com/macosx/coredata.html  
  
  *Objective Caml (OCaml)* 
  *: ocaml-sqlite wrapper for sqlite: 
***************
*** 203,209 ****
  *: ZSQLiteDA, for using sqlite from Zope. http://www.zope.org/Members/nakagami/ZSQLiteDA
  
  *Revolution*
! *: altSQLite Revolution Database Add-On: http://www.altuit.com/webs/altuit2/altSQLiteCover/default.htm
    
  *Ruby* 
  *: Ruby DBI (dbd_sqlite). *This needs some work (see mailing list!).* 
--- 226,233 ----
  *: ZSQLiteDA, for using sqlite from Zope. http://www.zope.org/Members/nakagami/ZSQLiteDA
  
  *Revolution*
! *: altSQLite Revolution Database Add-On: http://www.altuit.com/webs/altuit2/altSQLiteCover/
! default.htm
    
  *Ruby* 
  *: Ruby DBI (dbd_sqlite). *This needs some work (see mailing list!).* 
***************
*** 254,261 ****
  *: SQLLite.DLL - Interface to allow Dark Basic Professional to use SQLite 
  (www.codingarea.co.uk). http://www.codingarea.co.uk/ 
  *: 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
! *: 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://fresh.flatassembler.net Fresh main site, section "downloads"} ; Also, simple example project is included 
  in the package.
--- 278,289 ----
  *: SQLLite.DLL - Interface to allow Dark Basic Professional to use SQLite 
  (www.codingarea.co.uk). http://www.codingarea.co.uk/ 
  *: 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
! *: 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://
! fresh.flatassembler.net Fresh main site, section "downloads"} ; Also, simple example project is included 
  in the package.