(convert-select select-or-list)
(convert-where where-or-record)
(create-datasource connection-url)
(create-datasource connection-url username password)
Returns an mysql datasource for a .
Returns an mysql datasource for a .
(limit-clause select-map)
Returns the limit clause for a select statement.
Returns the limit clause for a select statement.
(map-order-clause clause)
(mysql-flavor username password dbname)
(mysql-flavor username password dbname host)
(offset-clause select-map)
Returns the offset clause for a select statement.
Returns the offset clause for a select statement.
(order-clause select-map)
Returns the offset clause for a select statement.
Returns the offset clause for a select statement.
(order-str clause)
(pair-to-equals pair)
(record-to-and-call record)
(select-clause select-map)
Returns the columns to return for a select statement.
Returns the columns to return for a select statement.
(table-name table)
Returns the given key or string as valid table name. Basically turns any keyword into a string, and replaces dashes with underscores.
Returns the given key or string as valid table name. Basically turns any keyword into a string, and replaces dashes with underscores.
(where-clause select-map)
Returns where clause for a select statement.
Returns where clause for a select statement.
(where-values select-map)
Returns where values for a select statement.
Returns where values for a select statement.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close