[racket-dev] MySQL connect in Racket
From: Stefan Schmiedl (s at xss.de)
Date: Fri Jan 21 18:30:37 EST 2011 |
|
On Fri, 21 Jan 2011 14:44:18 -0700
Kevin Tew <tewk at cs.utah.edu> wrote:
> Google for plt planet mysql
>
> http://planet.plt-scheme.org/display.ss?package=mysql.plt
>
> Note that the planet web server is down right now, so the page won't
> load, check it later today.
>
> Kevin Tew
>
> On 01/21/2011 02:38 PM, Insik Cho wrote:
> > Hi racketers,
> >
> > I would like to build a test web server in racket, and need to connect
> > to MySQL dbms.
> >
> > Googling with keywords 'racket lang mysql connect', I couldn't get any
> > clue.
> >
> > Do you have any idea?
To add to Kevin's response:
http://weblambda.blogspot.com/2009/09/extensible-abstract-database-interace.html
might be interesting, too. Plus, you can read the docs right now :-)
s.