*** 68,73 **** --- 68,74 ---- data definition and manipulation as well as an integrated symbolic SQL syntax. A number of Common Lisp implementations and RDBMS (including SQLite) are supported. + *: Lispworks bindings for SQLite at http://members.optusnet.com.au/apicard/ *COM Wrappers / Visual Basic DLLs* *: DLL for VB 6/5/4 like as ADO free!! by Javier Bermudez from Argentina. *************** *** 246,251 **** --- 247,256 ---- *: 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* *: Squeak Smalltalk wrapper for SQLite. http://map1.squeakfoundation.org/sm/packagebyname/sqlite *************** *** 264,277 **** *: 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/ *: 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}: RSQLite 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 - *: Scheme (for the Chicken Scheme-to-C compiler): - http://www.call-with-current-continuation.org/eggs/sqlite.html *: PureBasic SQLite Userlibrary: http://www.purearea.net/pb/english/userlibs.php *: PowerBasic - Source code by Nathan Evans --- 269,279 ----