*** 22,36 **** 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. --- 22,32 ---- 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. *************** *** 52,59 **** 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} --- 48,54 ---- 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} *************** *** 111,118 **** 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: --- 106,112 ---- 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: *************** *** 284,295 **** *: 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,286 ---- *: 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.