*** 1,26 **** If you know of a driver or wrapper for SQLite that is not listed below, ! please feel free to add it to the list. Please indicate SQLite *version(s)* supported. *Ada* *: SQLite Base Package. http://gnade.sourceforge.net/#native *BASIC dialects* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. ! *: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}. ! DragonDB is built upon SQLite3 so its databases are portable to all platforms and applications which support the SQLite3 database format. ! *: FreeBASIC. Excellent API support included, requires SQLite version 3. http://www.freebasic.net *: NS Basic/CE: Create apps for Windows CE, Pocket PC and Windows Mobile. http://www.nsbasic.com/ce ! *: NS Basic/Desktop: Create apps for Window 2000 and Windows XP. http://www.nsbasic.com/desktop *: PureBasic SQLite Userlibrary: http://www.purearea.net/pb/english/userlibs.php *: PowerBasic - Source code by Nathan Evans --- 1,38 ---- If you know of a driver or wrapper for SQLite that is not listed below, ! please feel free to add it to the list. Please indicate SQLite *version(s)* ! supported. *Ada* *: SQLite Base Package. http://gnade.sourceforge.net/#native *BASIC dialects* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions ! and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, ! PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and ! Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust ! applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ! ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. ! *: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}. ! DragonDB is built upon SQLite3 so its databases are portable to all platforms ! and applications which support the SQLite3 database format. ! *: FreeBASIC. Excellent API support included, requires SQLite version 3. ! http://www.freebasic.net *: NS Basic/CE: Create apps for Windows CE, Pocket PC and Windows Mobile. http://www.nsbasic.com/ce ! *: NS Basic/Desktop: Create apps for Window 2000 and Windows XP. ! http://www.nsbasic.com/desktop *: PureBasic SQLite Userlibrary: http://www.purearea.net/pb/english/userlibs.php *: PowerBasic - Source code by Nathan Evans *************** *** 30,77 **** sqlite version 2: http://www.greatwebdivide.com/files/pbsqlite.zip *C* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. *: High level C API for SQLite 3.x with thread-safe Connection Pooling {link: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 *Ch --- an Embeddable C/C++ Interpreter for Script Computing* ! *: {link: http://chsqlite.sourceforge.net Ch SQLite} is a {link: http://www.softintegration.com Ch} binding to SQLite C library. Ch is an embeddable C/C++ interperter for scripting, shell programming, numerical computing, 2D/3D plotting and embedded scripting. ! With the Ch SQLite package, all C (or C++) programs using functions from the SQLite C library can ! readily run in Ch interpretively without compilation. It is an ideal solution for rapid prototyping, Web- based applications, and embedded scripting. *C++ Wrappers* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. ! *: {link: http://www.sqliteplus.com SQLite++} - Cross-platform C++ wrapper library for SQLite. http://www.sqliteplus.com ($$) ! *: SharpLite, ado.net style wrappers. http://sourceforge.net/projects/sharplite/ ! *: 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 *: 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/components/wxsqlite3/ *: CppSQLite - a very thin C++ wrapper around the public domain SQLite --- 42,113 ---- sqlite version 2: http://www.greatwebdivide.com/files/pbsqlite.zip *C* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions ! and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, ! PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and ! Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust ! applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ! ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. *: High level C API for SQLite 3.x with thread-safe Connection Pooling {link: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 *Ch --- an Embeddable C/C++ Interpreter for Script Computing* ! *: {link: http://chsqlite.sourceforge.net Ch SQLite} is a {link: ! http://www.softintegration.com Ch} binding to SQLite C library. Ch is an embeddable C/C++ interperter for scripting, shell programming, numerical computing, 2D/3D plotting and embedded scripting. ! With the Ch SQLite package, all C (or C++) programs using functions from the ! SQLite C library can ! readily run in Ch interpretively without compilation. It is an ideal solution ! for rapid prototyping, Web- based applications, and embedded scripting. *C++ Wrappers* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions ! and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, ! PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and ! Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust ! applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ! ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. ! *: {link: http://www.sqliteplus.com SQLite++} - Cross-platform C++ wrapper ! library for SQLite. http://www.sqliteplus.com ($$) ! *: SharpLite, ado.net style wrappers. ! http://sourceforge.net/projects/sharplite/ ! *: 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 *: 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/components/wxsqlite3/ *: CppSQLite - a very thin C++ wrapper around the public domain SQLite *************** *** 80,97 **** *: Borland C++. Delphi components have been succesfully installed into Borland C++ Builder 5 and 6. http://sqlite.aducom.com ! *: 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 ! *: Sqlite wrapped - C++ wrapper for win32 and linux/unix (GNU GPL) http://www.alhem.net/project/ sqlite/ ! *: Sqlite3 C++ wrapper - C++ wrapper for win32 and linux/unix http://www.jcrosoft.com/ *Clipper* *:Harbour wrapper for SQLite. {linebreak} --- 116,141 ---- *: Borland C++. Delphi components have been succesfully installed into Borland C++ Builder 5 and 6. http://sqlite.aducom.com ! *: 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 ! *: Sqlite wrapped - C++ wrapper for win32 and linux/unix (GNU GPL) ! http://www.alhem.net/project/ sqlite/ ! *: Sqlite3 C++ wrapper - C++ wrapper for win32 and linux/unix ! http://www.jcrosoft.com/ *Clipper* *:Harbour wrapper for SQLite. {linebreak} *************** *** 107,144 **** *: Lispworks bindings for SQLite at http://members.optusnet.com.au/apicard/ *COM Wrappers / Visual Basic DLLs* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. ! *: <html><a href="http://www.sqliteplus.com"><b>SQLitePlus COM Wrapper</b></a></html>Super fast COM DLL featuring on-the-fly encryption, compression and ADO-like object model (coded with MSVC++/ATL). Also includes an excellent Database Manager/Query Analyzer and drop-in ActiveX Grid for displaying Datasets. http://www.sqliteplus.com ($$) *: 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) - Dynamically 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 ! *: SQLiteDb (updated!) - fast 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) *: SqLite2X - Free ActiveX wrapper with sources http://dimzon541.narod.ru/sqlitex/ (2005-Nov-29 [mpot] sqlite 2.x only) *: DAO like Sqlite Wrapper for VB6 ! 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, wrapper source code provided, useful sample code, works very 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://noelcower.com/mod/cower.mod.zip _(Included in the zip file under pub.mod)_ *Drivers* *: libdbi (C abstraction lib) driver for SQLite. --- 151,210 ---- *: Lispworks bindings for SQLite at http://members.optusnet.com.au/apicard/ *COM Wrappers / Visual Basic DLLs* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions ! and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, ! PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and ! Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust ! applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ! ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. ! *: <html><a href="http://www.sqliteplus.com"><b>SQLitePlus COM ! Wrapper</b></a></html>Super fast COM DLL featuring on-the-fly encryption, ! compression and ADO-like object model (coded with MSVC++/ATL). Also includes ! an excellent Database Manager/Query Analyzer and drop-in ActiveX Grid for ! displaying Datasets. http://www.sqliteplus.com ($$) *: 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) - Dynamically 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 ! *: SQLiteDb (updated!) - fast 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) *: SqLite2X - Free ActiveX wrapper with sources http://dimzon541.narod.ru/sqlitex/ (2005-Nov-29 [mpot] sqlite 2.x only) *: DAO like Sqlite Wrapper for VB6 ! 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, ! wrapper source code provided, useful sample code, works very 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://noelcower.com/mod/cower.mod.zip _(Included in the zip file ! under pub.mod)_ *Drivers* *: libdbi (C abstraction lib) driver for SQLite. *************** *** 150,186 **** *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl. *Delphi* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. ! *: {link: http://sqlite.aducom.com/ ASGSQLite}: Open source (NewBSD) Delphi (4..) 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 7 mar 2006) {link: http://sqlite.aducom.com} ! *: {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 (D4, D5, D6, D7, D2005, D2005). Yes, it does compile with Delphi standard / personal and ! 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. *: 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: http://sourceforge.net/projects/sqlite4delphi (** dead project **) ! *: 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 --- 216,274 ---- *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl. *Delphi* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions ! and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, ! PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and ! Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust ! applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ! ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. ! *: {link: http://sqlite.aducom.com/ ASGSQLite}: Open source (NewBSD) Delphi ! (4..) 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 7 mar 2006) {link: http://sqlite.aducom.com} ! *: {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 (D4, D5, D6, D7, D2005, D2005). Yes, it does compile with Delphi ! standard / personal and ! 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. *: 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: http://sourceforge.net/projects/sqlite4delphi (** dead project **) ! *: 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 *************** *** 192,199 **** http://ewe.e-masi.com/forum/viewtopic.php?p=968#968 *Flash (Actionscript 2)* ! *: {link: http://www.Software-and-Solutions.de The SQLite Connector} implements an Actionscript 2 ! class for SQLite 3.2. However, a third-party wrapper like SWF Studio is needed. Free Trial available, comes with a full example and help docs. *Forth* --- 280,289 ---- http://ewe.e-masi.com/forum/viewtopic.php?p=968#968 *Flash (Actionscript 2)* ! *: {link: http://www.Software-and-Solutions.de The SQLite Connector} ! implements an Actionscript 2 ! class for SQLite 3.2. However, a third-party wrapper like SWF Studio is ! needed. Free Trial available, comes with a full example and help docs. *Forth* *************** *** 206,232 **** http://danial.org/sqlite/fortran/ *Haskell* ! *: {link: http://sourceforge.net/forum/forum.php?forum_id=474995 HSQL} supports SQLite 2 and 3. ! *: {link: http://cvs.sf.net/viewcvs.py/haskell-libs/libs/takusen/ Takusen} supports SQLite 3 only. *Java* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. *: Java wrapper incl. JDBC driver for SQLite. 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 ! *: A good tutorial to use JDBC driver for SQLite. (it works at least !) http://vds.uchicago.edu/twiki/bin/view/VDSDevelopment/UsingSQLite *Javascript* ! *: SpiderApe (a C++ framework for extending SpiderMonkey) includes an SQLite3 plugin providing Javascript-based access to the basic SQLite3 features. http://spiderape.sourceforge.net *: SQLite3 for SpiderMonkey Full support of SQLite3 http://www.jcrosoft.com --- 296,334 ---- http://danial.org/sqlite/fortran/ *Haskell* ! *: {link: http://sourceforge.net/forum/forum.php?forum_id=474995 HSQL} ! supports SQLite 2 and 3. ! *: {link: http://cvs.sf.net/viewcvs.py/haskell-libs/libs/takusen/ Takusen} ! supports SQLite 3 only. ! *: {link: http://quux.org/devel/hdbc/ HDBC} supports SQLite 3. *Java* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions ! and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, ! PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and ! Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust ! applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ! ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. *: Java wrapper incl. JDBC driver for SQLite. 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 ! *: A good tutorial to use JDBC driver for SQLite. (it works at least !) ! http://vds.uchicago.edu/twiki/bin/view/VDSDevelopment/UsingSQLite *Javascript* ! *: SpiderApe (a C++ framework for extending SpiderMonkey) includes an SQLite3 ! plugin providing Javascript-based access to the basic SQLite3 features. http://spiderape.sourceforge.net *: SQLite3 for SpiderMonkey Full support of SQLite3 http://www.jcrosoft.com *************** *** 239,245 **** immature). http://domingo.dad-it.com/ws-lua-sqlite.whtm *: A more complete Lua 5 wrapper for SQLite. http://luaforge.net/projects/luasqlite ! *: A version of LuaSQLite3 (http://luaforge.net/projects/luasqlite) for PtokaX DC Hub can be found at http://www.thewildplace.dk/lua/pxsqlite3/ *: <html> <a href="http://www.nessie.de/mroth/lua-sqlite3/">Lua-Sqlite3</a>: --- 341,348 ---- immature). http://domingo.dad-it.com/ws-lua-sqlite.whtm *: A more complete Lua 5 wrapper for SQLite. http://luaforge.net/projects/luasqlite ! *: A version of LuaSQLite3 (http://luaforge.net/projects/luasqlite) for PtokaX ! DC Hub can be found at http://www.thewildplace.dk/lua/pxsqlite3/ *: <html> <a href="http://www.nessie.de/mroth/lua-sqlite3/">Lua-Sqlite3</a>: *************** *** 248,262 **** coroutines, iterators and much more.</html> *.NET Framework* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. *: 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://sqlite.phxsoftware.com *:.NET wrapper for SQLite. http://www.ag-software.com/?tabid=14. Online Documentation --- 351,372 ---- coroutines, iterators and much more.</html> *.NET Framework* ! *:{link: http://vfornazin.ipdz.com qrfSQL2 Database Engine} - an abstractions ! and modified ! version of SQLite optimized to run on Windows CE devices (Handhelds, ! PocketPC's, Smartphones). ! Runs on all Windows CE versions since WCE 2.10. Runs also on Win32, Cygwin and ! Linux operating ! systems. Provider a high-level (ADO style) API to quick create robust ! applications. Native API's ! for C, C++, Delphi, COM (any ActiveX language such Visual Basic, VBScript, ! ASP, .NET Framework, etc), Java and {link: http://www.superwaba.com.br SuperWaba}. *: 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://sqlite.phxsoftware.com *:.NET wrapper for SQLite. http://www.ag-software.com/?tabid=14. Online Documentation *************** *** 264,270 **** *:.NET Mono ADO.NET provider for SQLite: http://www.mono-project.com/SQLite *:.NET C# wrapper for SQLite (usable with C#, Managed C++ & VB.NET) - http://www.phpguru.org/static/SQLite.NET.html ! *: myGeneration - a freeware template based code generation tool that supports SQLite and many other databases. With this tool, you can generate a middle tier for your database in practically any language - http://www.mygenerationsoftware.com/ *newLISP* *: newLISP is a LISP based scripting language and has a module for interfacing --- 374,383 ---- *:.NET Mono ADO.NET provider for SQLite: http://www.mono-project.com/SQLite *:.NET C# wrapper for SQLite (usable with C#, Managed C++ & VB.NET) - http://www.phpguru.org/static/SQLite.NET.html ! *: myGeneration - a freeware template based code generation tool that supports ! SQLite and many other databases. With this tool, you can generate a middle ! tier for your database in practically any language - ! http://www.mygenerationsoftware.com/ *newLISP* *: newLISP is a LISP based scripting language and has a module for interfacing *************** *** 280,296 **** persistence. *: ObjC/Cocoa relational framework. No query strings/tables http://treehouseideas.com/datacrux/ ! *: QuickLite is a Cocoa-based wrapper for SQLite 3. It's easy and powerful, object-oriented, offers full cursor access, datatype support ! (QLString, QLNumber, QLBoolean, QLDateTime, and QLContainer), distributed notifications, data file compaction, data integrity check, debugging facilities, 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 ! *: 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)* --- 393,412 ---- persistence. *: ObjC/Cocoa relational framework. No query strings/tables http://treehouseideas.com/datacrux/ ! *: QuickLite is a Cocoa-based wrapper for SQLite 3. It's easy and powerful, ! object-oriented, offers full cursor access, datatype support ! (QLString, QLNumber, QLBoolean, QLDateTime, and QLContainer), distributed ! notifications, data file compaction, data integrity check, debugging facilities, 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 ! *: 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)* *************** *** 301,307 **** *Parser* *: SQLite access driver: ! http://www.parser.ru/en/ (web scripting engine is done for Win32 and Linux. Binaries and sources will be officially released soon, just after confirmation from parser developers.) *Perl* *: Perl-DBI driver for SQLite (DBD::SQLite). --- 417,425 ---- *Parser* *: SQLite access driver: ! http://www.parser.ru/en/ (web scripting engine is done for Win32 and Linux. ! Binaries and sources will be officially released soon, just after confirmation ! from parser developers.) *Perl* *: Perl-DBI driver for SQLite (DBD::SQLite). *************** *** 314,320 **** *: PHP 4 extension for SQLite. (Official) http://pecl.php.net/package/SQLite *: PEAR DB contains an interface for SQLite. http://pear.php.net/package/DB ! *: PHP driver for SQLite 3.XX (Unofficial). Also includes a PEAR DB driver class http://php-sqlite3.sourceforge.net *: PHP driver for SQLite. (Unofficial) http://freshmeat.net/projects/sqlite-php (no longer being worked --- 432,439 ---- *: PHP 4 extension for SQLite. (Official) http://pecl.php.net/package/SQLite *: PEAR DB contains an interface for SQLite. http://pear.php.net/package/DB ! *: PHP driver for SQLite 3.XX (Unofficial). Also includes a PEAR DB driver ! class http://php-sqlite3.sourceforge.net *: PHP driver for SQLite. (Unofficial) http://freshmeat.net/projects/sqlite-php (no longer being worked *************** *** 330,363 **** *: Pike SQLite glue (pike -x monger --install Sql.Provider.SQLite) *Python* ! *: Python driver for SQLite. http://pysqlite.org/. 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. ! *: ZSQLiteDA, for using sqlite from Zope. http://www.zope.org/Members/nakagami/ZSQLiteDA *: 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/ default.htm *Ruby* *: Ruby DBI (dbd_sqlite). *This needs some work (see mailing list!).* http://ruby-dbi.sourceforge.net *: Ruby wrapper for SQLite. http://domingo.dad-it.com/ruby-sqlite.whtm ! *: Ruby wrapper for SQLite (BSD license). http://rubyforge.org/projects/sqlite-ruby ! *: Ruby wrapper for SQLite3 (BSD license). http://rubyforge.org/projects/sqlite-ruby *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* --- 449,491 ---- *: Pike SQLite glue (pike -x monger --install Sql.Provider.SQLite) *Python* ! *: Python driver for SQLite. http://pysqlite.org/. 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. ! *: ZSQLiteDA, for using sqlite from Zope. ! http://www.zope.org/Members/nakagami/ZSQLiteDA *: 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/ default.htm *Ruby* *: Ruby DBI (dbd_sqlite). *This needs some work (see mailing list!).* http://ruby-dbi.sourceforge.net *: Ruby wrapper for SQLite. http://domingo.dad-it.com/ruby-sqlite.whtm ! *: Ruby wrapper for SQLite (BSD license). ! http://rubyforge.org/projects/sqlite-ruby ! *: Ruby wrapper for SQLite3 (BSD license). ! http://rubyforge.org/projects/sqlite-ruby *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* *************** *** 370,376 **** *Other* *: (Small)Eiffel wrapper for SQLite. http://elj.sourceforge.net/ ! *: Euphoria wrapper: Updated : http://members.aol.com/chriscrylex/EUSQLite/eusql.html (http://www.rapideuphoria.com for info on Euphoria) *: Io wrapper for SQLite. --- 498,505 ---- *Other* *: (Small)Eiffel wrapper for SQLite. http://elj.sourceforge.net/ ! *: Euphoria wrapper: Updated : ! http://members.aol.com/chriscrylex/EUSQLite/eusql.html (http://www.rapideuphoria.com for info on Euphoria) *: Io wrapper for SQLite. *************** *** 384,400 **** DBI standard. http://cran.us.r-project.org/src/contrib/PACKAGES.html#RSQLite *: REXX wrapper for SQLite. http://rexxsql.sf.net *: uSQLD - A small networked database server based on sqlite. ! http://gpe.handhelds.org/projects/GPE-usqld.shtml (acutal download file IS MISSING!!! DEAD LINK!) *: SQlite4WD - Native driver class for Windev 7.5 / 8 (www.pcsoft.fr). 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:// ! fresh.flatassembler.net Fresh main site, section "downloads"} ; Also, simple example project is included in the package. --- 513,535 ---- DBI standard. http://cran.us.r-project.org/src/contrib/PACKAGES.html#RSQLite *: REXX wrapper for SQLite. http://rexxsql.sf.net *: uSQLD - A small networked database server based on sqlite. ! http://gpe.handhelds.org/projects/GPE-usqld.shtml (acutal download file IS ! MISSING!!! DEAD LINK!) *: SQlite4WD - Native driver class for Windev 7.5 / 8 (www.pcsoft.fr). 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:// ! fresh.flatassembler.net Fresh main site, section "downloads"} ; Also, simple ! example project is included in the package.