Email list hosting service & mailing list manager

Re: Looks like we're going to have to write our own plumbing for Schemepersist stacks Peter Bex (15 Sep 2019 16:01 UTC)

Re: Looks like we're going to have to write our own plumbing for Schemepersist stacks Peter Bex 15 Sep 2019 16:01 UTC
On Sun, Sep 15, 2019 at 10:41:54AM -0500, xxxxxx@ancell-ent.com wrote:
> I'll start work on a "plumbing" API/SRFI. Any suggestions for existing "battle proven" database specific Scheme libraries or applications that use RDBMSs or the like that I can try plugging it into at the bottom?

Maybe you can try the CHICKEN pastebin, it's been alive for a long time:
https://wiki.call-cc.org/eggref/5/pastiche

It uses sql-de-lite as a backing store, but doesn't really do anything
fancy.  I don't know offhand of any more complex FLOSS applications using
database eggs.

Cheers,
Peter