[plt-scheme] Database / SrPersist
Hi Maarten,
> I noticed SrPersist, but it looks like it can't be used with the current
> version of DrScheme. Googling I found a PostgreSql pure scheme driver
> and a binding to the mysql C libs, but I wonder if there is a general
> database abstraction layer for PLT scheme?
The soon-to-appear-on-PLaneT contains a macro that converts
S-expressions into strings. It is tested with the SQLite Package
on PLaneT. See
<http://www.scheme.dk/blog/2007/01/introduction-to-web-development-with.html>
for an elaborate example on how to use it.
--
Jens Axel Søgaard