Hi,

Liquibase[1] is a Java based tool for relational-database migrations
and change management. Spring-JDBC is a component of the Spring
framework[2] to deal with databases using JDBC.

I have put together 0.1 versions of Clj-Liquibase[3] (Clojure DSL/
wrapper for Liquibase) and Fountain-JDBC[4] (Clojure wrapper for
Spring-JDBC). Though they seem to work and all tests pass, they do not
have all features yet and I'd recommend them only for testing purposes
for now. The intention of this announcement is to gather early
feedback on the design, API etc. Documentation is sparse at the moment
- the README has some details. For the rest please refer docstrings
and unit tests.

In the next version, Clj-Liquibase will be integrated with Leiningen
using Lein-LB[5] and Fountain-JDBC will of course support
transactions. I have factored out the common dependencies as Clj-
MiscUtil[6] (assorted tasks) and Clj-DBSpec[7] (JDBC configuration).

Please let me know what you think. You can also post on the project
discussion group[8].

[1] http://liquibase.org/
[2] http://www.springsource.org/about
[3] https://bitbucket.org/kumarshantanu/clj-liquibase/src
[4] https://bitbucket.org/kumarshantanu/fountain-jdbc/src
[5] https://bitbucket.org/kumarshantanu/lein-lb/src
[6] https://bitbucket.org/kumarshantanu/clj-miscutil/src
[7] https://bitbucket.org/kumarshantanu/clj-dbspec/src
[8] http://groups.google.com/group/bitumenframework

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