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

[REBOL] Re: [ANN] mySQL driver for /Core

From: fsievert:uos at: 11-Feb-2001 11:49

Hi! You can use DBridge to connect to postgess. DBridge uses a java-Server to connect to the database (using jdbc). So you can connect to any jdbc-compatible database. You can find it at: http://proton.cl-ki.uni-osnabrueck.de/dbridge/ I also wrote a _simple_ REBOL dialect to simplify SQL with Rebol. Maybe DocKimbel likes to integrate it to the mysql-Protocol, too? It automatically replaces newlines etc. by their escaped characters. Oh, by the way: Great job, Doc! CU, Frank