faenvie
unread,Nov 3, 2011, 12:21:57 AM11/3/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clj-noir
the discussion targets some question-marks in my head.
some quotes:
"Korma was actually designed to be used to do exactly that: write SQL.
You don't have to use any of the ORM-y features and you're essentially
just writing SQL in a lisp syntax. The advantage, as others have said,
is simply composability, which leads to reusable SQL parts."
"Just do the analysis to see if this can benefit you, instead of
avoiding SQL by default just because it's SQL."
will it be possible to cover SQL92 syntax with Korma ?
even if that's possible, there should be support to execute raw
sql-statements because of the countless rdbms specialties.
thanks for the making.