Liking cljdoc? Tell your friends :D

fk-gen.table-graph-to-sql

The functions in this namespace can be used to build a table-graph->insert-stmt-plan function which fulfills its contract of taking a graph and table and returning a vector of honeySQL insert statements.

The functions in this namespace can be used to build a
`table-graph->insert-stmt-plan` function which fulfills its contract of taking a `graph` and `table` and
returning a vector of honeySQL insert statements. 
raw docstring

->insertclj

(->insert table->values table graph)

returns a vector of insert sql statements

returns a vector of insert sql statements
sourceraw docstring

->select-anyclj

(->select-any table graph)

Returns a vector of select any sql statements

Returns a vector of select any sql statements
sourceraw docstring

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

× close