eudoxia0 / crane

An ORM for Common Lisp.
http://eudoxia.me/crane/
201 stars 19 forks source link

SQL in files #16

Closed eudoxia0 closed 8 years ago

eudoxia0 commented 9 years ago

Synopsis

Something like Yesql, including an ASDF extension. Comments are used to separate and define SQL functions, e.g.:

-- crane: (find-patients patient-id-list age-range)

SELECT ...
eudoxia0 commented 8 years ago

Meh, who cares about this.