Check out clj-record modelled around Rails' ActiveRecord.
http://elhumidor.blogspot.com/2009/01/clj-record-activerecord-for-clojure.html
http://github.com/duelinmarkers/clj-record/tree/master

-Suresh

On Wed, Jul 8, 2009 at 3:29 PM, Baishampayan Ghose<b.gh...@ocricket.com> wrote:
> Hello,
>
> So we are going to develop a moderately complex Database driven
> application in Clojure and I am looking for easy-to-manage solutions for
> talking to Databases.
>
> I am quite used to the way Object Relational Mappers like SQLAlchemy &
> Django work in the Python world.
>
> We define the DB schema using simple classes and then we access and
> manipulate the DB using objects and their properties/methods.
>
> I would prefer a similar setup for Clojure as I would rather not deal
> with any kind of raw SQL.
>
> I am also a Java newbie; and I am currently looking at Hibernate (and
> may be Spring to make Hibernate less verbose).
>
> I would like to know how you have solved similar problems.
>
> Is Hibernate useful? Is managing a bunch of XML config files a necessary
> evil?
>
> Any help will be appreciated.
>
> Regards,
> BG
>
> --
> Baishampayan Ghose <b.gh...@ocricket.com>
> oCricket.com
>
>

--~--~---------~--~----~------------~-------~--~----~
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