(as table new-name)
(binary-operator op a b)
(equals a b)
(join a b condition)
(less-than a b)
(less-than a b & more)
(lit v)
(order-by-ascending t & c)
(order-by-descending t & c)
(project a & columns)
(select a condition)
(sql-and a b)
(sql-and a b & more)
(sql-count col)
(sql-or a b)
(sql-or a b & more)
(-to-sql _)
(columns _)
(t name & columns)
(to-sql x)
(π a & columns)
(σ a condition)
(↑ t & c)
(↓ t & c)
(∧ & args)
(∨ & args)
(≡ a b)
(⨝ a b condition)
cljdoc is a website building & hosting documentation for Clojure/Script libraries