Liking cljdoc? Tell your friends :D

java-jdbc.ddl

An optional DSL for generating DDL.

Intended to be used with clojure.java.jdbc, this provides a simple DSL - Domain Specific Language - that generates raw DDL strings. Any other DSL can be used instead. This DSL is entirely optional and is deliberately not very sophisticated.

An optional DSL for generating DDL.

Intended to be used with clojure.java.jdbc, this provides a simple DSL -
Domain Specific Language - that generates raw DDL strings. Any other DSL
can be used instead. This DSL is entirely optional and is deliberately
not very sophisticated.
raw docstring

java-jdbc.sql

An optional DSL for generating SQL.

Intended to be used with clojure.java.jdbc, this provides a simple DSL - Domain Specific Language - that generates raw SQL strings. Any other DSL can be used instead. This DSL is entirely optional and is deliberately not very sophisticated. It is sufficient to support the delete!, insert! and update! high-level operations within clojure.java.jdbc directly.

An optional DSL for generating SQL.

Intended to be used with clojure.java.jdbc, this provides a simple DSL -
Domain Specific Language - that generates raw SQL strings. Any other DSL
can be used instead. This DSL is entirely optional and is deliberately
not very sophisticated. It is sufficient to support the delete!, insert!
and update! high-level operations within clojure.java.jdbc directly.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close