Hacker News new | ask | show | jobs
by jdale27 6583 days ago
Well, I'm not too familiar with MzScheme, but http://planet.plt-scheme.org/ would probably be a good place to look.

Common Lisp certainly does have good database support: CLSQL probably supports whatever combination of OS, Lisp implementation, and RDBMS you need.

ORM tools and other object persistence solutions are there too. http://common-lisp.net/ is a good source.