Re: SQLAlchemy in Clojure?

2010-10-19 Thread Stuart Campbell
On 19 October 2010 02:18, 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? I've never used SQLAlchemy. How does it compare with e.g. Django's ORM? Regards, Stuart -- You received this message

SQLAlchemy in Clojure?

2010-10-18 Thread Sean Devlin
Okay, I just finished a Python app for work. Using SQLAlchemy was a joy. Has anyone ported this yet? -- 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

Re: SQLAlchemy in Clojure?

2010-10-18 Thread Andrew Gwozdziewycz
I think it's very unlikely that someone will port SQLAlchemy to java. However, there are lots of ORMs which maybe suitable for you to use from clojure--maybe with some macros to make it a bit nicer. WikiPedia has a great list of these:

Re: SQLAlchemy in Clojure?

2010-10-18 Thread Michael Ossareh
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