fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
782 stars 63 forks source link

Low cohesion between CLSQL and CL-EMB #20

Closed vityok closed 3 years ago

vityok commented 11 years ago

A simple CLSQL:SELECT on all entries in a table returns a list of CLOS objects, something like:

((#<OBJ {123}>) (#<OBJ {124}>))

But CL-EMB, especially in a loop, expects to see a list of plist-s, not this list of instances. I guess that it would nice to either have some sort of a convertor function from objects to plists or CL-EMB to accept objects along with plists.

vindarel commented 3 years ago

Hello maintainer, this one can be closed, Caveman uses Djula now.