On Sat, 4 Jul 2009 16:10:43 +0200 Nicolas Martyanoff <khaelin at gmail.com> wrote: > I can't find a way to express a "DELETE table CASCADE" with s-sql. > How can I do this ? Assuming that you are wanting to drop the table: (:cascade (:drop-table table)) -- Daniel White