Re: ANN: SQLRat - A Clojure 1.2 library to access Relational Databases using DataTypes

2010-10-08 Thread Shantanu Kumar
SQLRat 0.2 is released to Clojars. Highlights of the release: - DSL for SQL clauses, Sub-query support - Support for :groupby and :other attributes in entity/find-xxx functions - Support large sized query result-sets (with-query-results style) - *assert-args* flag for development mode (can be turn

Re: ANN: SQLRat - A Clojure 1.2 library to access Relational Databases using DataTypes

2010-10-06 Thread Shantanu Kumar
On Oct 6, 8:39 am, nchubrich wrote: > > So, the question is -- is SQLRat doing more or less the same thing as > > ClojureQL? Partly "yes", but mostly "no". > > Thanks Shantanu!  So I suppose one way you could use them both is > simply use the SQL compilation feature of ClojureQLyou could pas

Re: ANN: SQLRat - A Clojure 1.2 library to access Relational Databases using DataTypes

2010-10-05 Thread nchubrich
> So, the question is -- is SQLRat doing more or less the same thing as > ClojureQL? Partly "yes", but mostly "no". Thanks Shantanu! So I suppose one way you could use them both is simply use the SQL compilation feature of ClojureQLyou could pass SQLRat a raw SQL query created from ClojureQL?

Re: ANN: SQLRat - A Clojure 1.2 library to access Relational Databases using DataTypes

2010-10-04 Thread Shantanu Kumar
On Oct 5, 2:42 am, nchubrich wrote: > Shantanu--- > > This looks great!  Can you compare it to ClojureQL?  Is it attempting > to do more or less the same thing?  (Not sure what is happening with > ClojureQL right now.) Thanks, Nick. From what I understood after reading the blog post[1] and the

Re: ANN: SQLRat - A Clojure 1.2 library to access Relational Databases using DataTypes

2010-10-04 Thread nchubrich
Shantanu--- This looks great! Can you compare it to ClojureQL? Is it attempting to do more or less the same thing? (Not sure what is happening with ClojureQL right now.) Thanks, Nick. On Aug 31, 1:19 pm, Shantanu Kumar wrote: > SQLRat 0.1 GA is pushed to Clojars. Maven/Lein details > here:

Re: ANN: SQLRat - A Clojure 1.2 library to access Relational Databases using DataTypes

2010-08-31 Thread Shantanu Kumar
SQLRat 0.1 GA is pushed to Clojars. Maven/Lein details here: http://clojars.org/org.bituf/sqlrat The same is also reflected here: http://code.google.com/p/bitumenframework/ # Changes and TODO ## 0.2 / planned - [TODO] Support large sized query result-sets (by adding lazy loading option) - [TODO

ANN: SQLRat - A Clojure 1.2 library to access Relational Databases using DataTypes

2010-08-18 Thread Shantanu Kumar
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) framewo