Hi,

I have uploaded source code (Apache 2 license) for SQLRat - a library
for Clojure 1.2 to access relational databases using DataTypes
(entities). It also lets you define relations between entities and
navigate them. While this is a part of what typically Object-
Relational Mapping (ORM) frameworks do, it is not an ORM framework per
se -- it does not implement State managent, Identity management, Lazy
loading, Eager fetching etc. The code is quite rough around the edges
right now and beta-quality at best (at 0.1-SNAPSHOT), but it works
nevertheless. I intend to release it as GA soon after Clojure 1.2 goes
GA too.

The source code is here: http://bitbucket.org/kumarshantanu/sqlrat/

Discussions can be posted here: http://groups.google.com/group/bitumenframework

You may also like to keep a tab at this: 
http://code.google.com/p/bitumenframework/

The intent of this announcement is to gather feedback, so that I can
fix as many warts as I can before doing a 0.1 GA release. It is not on
Clojars yet, but the GA will eventually be there. The most important
parts to review would be the API it exposes, followed by the
implementation details. So, I would request you to give the library a
try, ask questions (I would be happy to answer), give feedback, make
suggestions and if you can, fork and contribute as well.

The usage can be found in the dbblog.clj file, which contains the unit
tests and describes how the library can be used.

Regards,
Shantanu

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