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