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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to