fukamachi / integral

[OBSOLETE] Use Mito instead.
https://github.com/fukamachi/mito
BSD 3-Clause "New" or "Revised" License
54 stars 3 forks source link

convert-row like dataflye #15

Closed rudolph-miller closed 9 years ago

rudolph-miller commented 9 years ago

https://github.com/fukamachi/datafly/blob/e1c5a78759701e40d425e2101d9c5a105cba54a9/src/db.lisp#L81

fukamachi commented 9 years ago

What the function does in Integral since we have select-dao?

rudolph-miller commented 9 years ago

The point is this. Now we (retrieve-by-sql (select (:id :name) (from :user))), we get((:|id| 1 :|name| "name1") (:|id| 2 :|name| "name2")).