*** 5,11 **** *: 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* --- 5,12 ---- *: 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* *************** *** 14,31 **** 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* ! *: 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. --- 15,39 ---- 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* ! *: 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. *************** *** 47,53 **** 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} --- 55,62 ---- 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} *************** *** 92,106 **** *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl. *Delphi* ! *: {link: http://www.yunqa.de/delphi/sqlite3/ DISQLite3}: (Commercial) 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. (TASQLiteDB, TASQLiteQuery, TASQLiteTable, TASQLiteUpdateSQL). No need for the BDE but Delphi standard edition is not supported. Alpha release supports ! static linking (obj files included, no dll needed), utf-8 and unidirectonal dataset (max speed). 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: --- 101,122 ---- *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl. *Delphi* ! *: {link: http://www.yunqa.de/delphi/sqlite3/ DISQLite3}: (Commercial) 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. (TASQLiteDB, TASQLiteQuery, ! TASQLiteTable, TASQLiteUpdateSQL). No need for the BDE but Delphi standard edition is not supported. ! Alpha release supports ! static linking (obj files included, no dll needed), utf-8 and unidirectonal dataset (max speed). 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: *************** *** 118,123 **** --- 134,143 ---- *: An example that shows how to call SQLite functions from Fortran. 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* *: Java wrapper incl. JDBC driver for SQLite. http://www.ch-werner.de/javasqlite *************** *** 270,278 **** *: 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. --- 290,301 ---- *: 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.