06 Jan 24
24 Jan 12
ClojureQL allows you to express powerful database queries through simple, elegant, Clojure expressions. Out of the box it compiles to SQL92 which ensures compatability with PostgreSQL and MySQL.
ClojureQLs strength lies in its implementation of the primitives defined in Relational Algebra which allows queries to be composed freely.
13 Jan 12
Infographic visualizing the relationship between SQL and MapReduce on MongoDB
27 Oct 10
Samples are provided to allow reader to get basic idea of a potential attack and almost every section includes a brief information about itself.
02 Jun 10
A comparison between known values gives you a result of TRUE or FALSE. But the problem is that SQL has a three valued logic (3VL) and not the two values of Mr. George Boole. In fact, SQL logic is complicated.