[plt-scheme] Re: connecting to a database
Jacob Matthews wrote:
> So what exists out there? Here's what I know of:
>
> 1. David Van Horn's mysql access library
> 2. Ryan Culpepper's postgres access library
> 3. SrPersist
> 4. Francisco Solsona's SchemeQL, which I guess is a wrapper on top of 2
> and 3
>
> It seems that 1, 2, and 4 are very old and haven't been maintained in a
> long time, and thus probably don't work with v300.
1 seems to work fine in v299.33, but you'll need use byte-strings in place of
strings when calling functions from mysqlclient.ss.
David