Additional
Information: Database functionality in REBOL is constantly improving, with native impementations and interfaces to existing database systems now available.
This category contains links to information about doing database stuff in REBOL. This page was last updated on August 21st, 2008
Database Sites:
mySQL Driver for REBOL/Core
A scheme for /Core that will allow to connect to a mySQL database server, send queries and retrieve resulting recordsets. This driver is 100% written in Rebol and doesn't require any additional library (like libmysql). [Freeware] http://rebol.softinnov.org/mysql/
REBOL Berkeley DB interface
Side-step the limitation on text-only data due to the library interface not accepting binary! types for parameters. (REBOL/Command) http://www.cs.unm.edu/~whip/