>
> On Mon, Oct 18, 2010 at 11:18 AM, Sean Devlin <francoisdev...@gmail.com>
> wrote:
> > Okay, I just finished a Python app for work.  Using SQLAlchemy was a
> > joy.  Has anyone ported this yet?
>
>
Having never used SQLAlchemy, and rarely python, what are the benefits of
SQLAlchemy? My only experience with ORM was hibernate and it was a pretty
bad experience, the whole time left thinking "Why use this over SQL?" - the
only answer I came up with was not having to write the table/column to
object/property mapping stuff, which alone was not worth the concision lost
to not writing my own queries. Also ... that whole lazy loading situation is
a real PITA in my experience.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to