[postmodern-devel] Looking for hints on converting from clsql to postmodern

Marijn Haverbeke marijnh at gmail.com
Mon Dec 29 07:38:36 UTC 2008


Hi Sabra,

It has been a while since I've used CLSQL, but converting should be
relatively straightforward. If you're using 'join' objects, you'll
have to overhaul that, since Postmodern DAOs work completely
differencly (they don't join, for one thing). Also look into the
database-connection-error
(http://common-lisp.net/project/postmodern/cl-postgres.html#database-connection-error)
condition and :reconnect restart if you want to make something that
doesn't crash when there are connection problems. ... Basically, just
skim the documentation, and you should be fine.

Best,
Marijn




More information about the postmodern-devel mailing list