*** 244,246 **** --- 244,247 ---- *: 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: {link: http://fresh.flatassembler.net/dm.php?file=SQLiteExample SQLiteExample.zip}