*** 9,14 **** --- 9,15 ---- *: wxSQLite - wxWindows wrapper for sqlite. http://sourceforge.net/projects/wxsqlite *: CppSQLite - a very thin C++ wrapper around the public domain SQLite database library. http://www.codeproject.com/database/CppSQLite.asp + *: SQLite++ - cross-platform C++ wrapper library for SQLite. http://www.sqliteplus.com ($$) *Clipper* *:Harbour wrapper for SQLite. {linebreak} *************** *** 16,24 **** http://www.geocities.com/SiliconValley/Board/5300/sqlite/hbsqlite_en.htm *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 *: Visual Basic 6 http://www.ag-software.com/SQLite/default.asp ! *: SQLHelper: http://groups.yahoo.com/group/sqlite/files/ (Works with VB5 & VB6; Get both pssql.zip and psvbutls32.zip ) *Drivers* *: libdbi (C abstraction lib) driver for SQLite. http://libdbi-drivers.sourceforge.net --- 17,28 ---- http://www.geocities.com/SiliconValley/Board/5300/sqlite/hbsqlite_en.htm *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 *: Visual Basic 6 http://www.ag-software.com/SQLite/default.asp ! *: SQLHelper: http://groups.yahoo.com/group/sqlite/files/ (Works with VB5 & VB6; Get both pssql.zip ! and psvbutls32.zip ) ! *: SQLitePlus COM DLL wrapper for SQLite (coded with C++/ATL). http://www.sqliteplus.com ($$) *Drivers* *: libdbi (C abstraction lib) driver for SQLite. http://libdbi-drivers.sourceforge.net *************** *** 28,38 **** *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl. *Delphi* ! *: Open source Delphi (4..7) components (TASQLiteDB, TASQLiteQuery, TASQLiteTable, TASQLiteUpdateSQL, TASQLitePragma, TASQLiteLog) for SQLite. Stable release 1.2. {linebreak}Alpha release 2.0 (clob support) (updated 22th april 2004) http://sqlite.aducom.com *: Delphi class for SQLite. http://www.torry.net/db/direct/db_directsql/tsqlite.zip *: TLiteDB - Delphi interface for sqlite. http://sqlite.dubaron.com/ *: Simple Delphi classes for SQLite by Pablo Ivan Pissanetzky. http://myhtpc.net/sqlite/sqlite-delphi.zip ! *: 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 *: Delphi 6 components for SQLite. http://www.zentrosoft.de/slplus/slplus.html (*DEAD LINK*) --- 32,45 ---- *: Borland DBExpress driver for SQLite. http://www.bcp-software.nl. *Delphi* ! *: Open source Delphi (4..7) components (TASQLiteDB, TASQLiteQuery, TASQLiteTable, ! TASQLiteUpdateSQL, TASQLitePragma, TASQLiteLog) for SQLite. Stable release 1.2. {linebreak}Alpha ! release 2.0 (clob support) (updated 22th april 2004) http://sqlite.aducom.com *: Delphi class for SQLite. http://www.torry.net/db/direct/db_directsql/tsqlite.zip *: TLiteDB - Delphi interface for sqlite. http://sqlite.dubaron.com/ *: Simple Delphi classes for SQLite by Pablo Ivan Pissanetzky. http://myhtpc.net/sqlite/sqlite-delphi.zip ! *: 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 *: Delphi 6 components for SQLite. http://www.zentrosoft.de/slplus/slplus.html (*DEAD LINK*) *************** *** 48,61 **** *: A more complete Lua 5 wrapper for SQLite. http://mega.ist.utl.pt/~tngd/lua *.NET Framework* ! *: ADO.NET Data Provider for SQLite. (.NET Framework 1.1) http://sourceforge.net/projects/adodotnetsqlite *:.NET wrapper for SQLite. http://www.ag-software.com/SQLite.aspx. Online Documentation DocumentationSqliteNet *:.NET Mono ADO.NET provider for SQL Lite: http://www.go-mono.com/sqlite.html ! *:.NET C# wrapper for SQLite (usable with C#, Managed C++ & VB.NET) - http://www.phpguru.org/SQLite.NET.html *newLISP* ! *: newLISP is a LISP based scripting language and has a module for interfacing with SQLite for Win32 and Linux/BSD/OSX platforms. http://newlisp.org *Objective-C* *: Objective-C (Cocoa) wrapper for SQLite. http://www.blackholemedia.com/code/ --- 55,71 ---- *: A more complete Lua 5 wrapper for SQLite. http://mega.ist.utl.pt/~tngd/lua *.NET Framework* ! *: ADO.NET Data Provider for SQLite. (.NET Framework 1.1) http://sourceforge.net/projects/ ! adodotnetsqlite *:.NET wrapper for SQLite. http://www.ag-software.com/SQLite.aspx. Online Documentation DocumentationSqliteNet *:.NET Mono ADO.NET provider for SQL Lite: http://www.go-mono.com/sqlite.html ! *:.NET C# wrapper for SQLite (usable with C#, Managed C++ & VB.NET) - http://www.phpguru.org/ ! SQLite.NET.html *newLISP* ! *: newLISP is a LISP based scripting language and has a module for interfacing with SQLite for Win32 ! and Linux/BSD/OSX platforms. http://newlisp.org *Objective-C* *: Objective-C (Cocoa) wrapper for SQLite. http://www.blackholemedia.com/code/ *************** *** 66,78 **** *Perl* *: Perl-DBI driver for SQLite (DBD::SQLite). http://search.cpan.org/perldoc?DBD::SQLite ! *: Perl wrapper around a SWIG generated interface. Provides a nice class oriented interface. http://tk-software.home.comcast.net/ *PHP* *: 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. (Unofficial) http://freshmeat.net/projects/sqlite-php (no longer being worked on see above) *: SQLite has been bundled with PHP 5 RC1. http://www.php.net *Python* --- 76,90 ---- *Perl* *: Perl-DBI driver for SQLite (DBD::SQLite). http://search.cpan.org/perldoc?DBD::SQLite ! *: Perl wrapper around a SWIG generated interface. Provides a nice class oriented interface. http://tk- ! software.home.comcast.net/ *PHP* *: 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. (Unofficial) http://freshmeat.net/projects/sqlite-php (no longer being worked ! on see above) *: SQLite has been bundled with PHP 5 RC1. http://www.php.net *Python* *************** *** 100,115 **** *: KOL (Key Objects Library by Vladimir Kladov : http://xcl.cjb.net) wrapper for SQLite(beta 1.1). http://members.fortunecity.com/boguslaw/KOLSQLite.zip *: Common Lisp binding for SQLite at http://members.optusnet.com.au/apicard/ ! *: Common Lisp. Starting from version 1.9.0, a SQLite backend is available for CLSQL at http://clsql.b9.com/. ! *: Qt. The Opie Project ( http://opie.handhelds.org ), generic Qt wrapped sqlite at http://cvs.handhelds.org/cgi-bin/viewcvs.cgi/opie/libsql/ ! *: {link: http://www.r-project.org R}: R SQLite package conforming to the R DBI standard. http://cran.us.r-project.org/src/contrib/PACKAGES.html#RSQLite *: REXX wrapper for SQLite. http://rexxsql.sf.net *: wxWindows wrapper for SQLite. http://members.optusnet.com.au/~blackpaw1/ ! *: Scheme (for the Chicken Scheme-to-C compiler): http://www.call-with-current-continuation.org/eggs/sqlite.html *: Objective Caml (OCaml) binding for Sqlite. http://sourceforge.net/projects/ocaml-sqlite/ *: PureBasic SQLite Userlibrary: http://www.purearea.net/pb/english/userlibs.php ! *: PowerBasic - Source code by Nathan Evans http://www.powerbasic.com/support/forums/Forum7/HTML/001853.html ! *: uSQLD - A small networked database server based on sqlite. http://gpe.handhelds.org/projects/GPE-usqld.shtml *: SQlite4WD - Native driver class for Windev 7.5 / 8 (www.pcsoft.fr). http://sql4wd.rbesset.net/ ! *: 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 --- 112,134 ---- *: KOL (Key Objects Library by Vladimir Kladov : http://xcl.cjb.net) wrapper for SQLite(beta 1.1). http://members.fortunecity.com/boguslaw/KOLSQLite.zip *: Common Lisp binding for SQLite at http://members.optusnet.com.au/apicard/ ! *: Common Lisp. Starting from version 1.9.0, a SQLite backend is available for CLSQL at http:// ! clsql.b9.com/. ! *: Qt. The Opie Project ( http://opie.handhelds.org ), generic Qt wrapped sqlite at http:// ! cvs.handhelds.org/cgi-bin/viewcvs.cgi/opie/libsql/ ! *: {link: http://www.r-project.org R}: R SQLite package conforming to the R DBI standard. http:// ! cran.us.r-project.org/src/contrib/PACKAGES.html#RSQLite *: REXX wrapper for SQLite. http://rexxsql.sf.net *: wxWindows wrapper for SQLite. http://members.optusnet.com.au/~blackpaw1/ ! *: Scheme (for the Chicken Scheme-to-C compiler): http://www.call-with-current-continuation.org/ ! eggs/sqlite.html *: Objective Caml (OCaml) binding for Sqlite. http://sourceforge.net/projects/ocaml-sqlite/ *: PureBasic SQLite Userlibrary: http://www.purearea.net/pb/english/userlibs.php ! *: PowerBasic - Source code by Nathan Evans http://www.powerbasic.com/support/forums/Forum7/ ! HTML/001853.html ! *: uSQLD - A small networked database server based on sqlite. http://gpe.handhelds.org/projects/ ! GPE-usqld.shtml *: SQlite4WD - Native driver class for Windev 7.5 / 8 (www.pcsoft.fr). http://sql4wd.rbesset.net/ ! *: 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