Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] [REBOL.org] Recent changes

From: rebol::rebol::org at: 3-Nov-2004 2:16

[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= sql-protocol.r --change: updated script --title: SQL PROTOCOL --owners: coccinelle --author: Marco --purpose: This script provide a REBOL protocol that implements an SQL Relationnal Database Engine Today, this protocol execute only these query : - SELECT ... FROM ... WHERE ... ORDER BY ... - INSERT ... INTO ... VALUES ... - UPDATE ... SET ... WHERE ... - DELETE FROM ... WHERE ... - CREATE TABLE ... - DROP TABLE ... --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sql-protocol.r =======additional information======= new and updated scripts: http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent =======end======= --The Library People --3-Nov-2004