Liking cljdoc? Tell your friends :D

seaquell.mapify

Contains functions for transforming vector values into map values and map values into vector values. These functions are useful when you need to transform between an associative structure with arbitrary ordering to one with ordering.

Contains functions for transforming vector values into map values and
map values into vector values. These functions are useful when you need to
transform between an associative structure with arbitrary ordering to one
with ordering.
raw docstring

dialectsclj

source

insert-fnclj

(insert-fn d s)
source

keyifyclj

(keyify x)

Creates a value that mapify will treat as a key

Creates a value that `mapify` will treat as a key
sourceraw docstring

mapifyclj

(mapify x)

Transforms annotated vectors and lists to maps recursively, starting at the leaves of x.

Transforms annotated vectors and lists to maps recursively, starting at
the leaves of `x`.
sourceraw docstring

mapify*clj

(mapify* x)

If x is sequential and (:map (meta x)) is truthy, then treat x as a sequence of key/value pairs to transform into a map. Not recursive (see mapify)

If x is sequential and `(:map (meta x))` is truthy, then treat `x` as
a sequence of key/value pairs to transform into a map. Not recursive
(see [[mapify]])
sourceraw docstring

mysqlclj

source

mysql-fn-mapclj

source

select-fnclj

(select-fn d s)
source

sqliteclj

source

sqlite-fn-mapclj

source

to-sqlclj

(to-sql dialect {:keys [sql-stmt] :as stmt})
source

vclj

source

vecifyclj

(vecify x)
source

vecify*clj

(vecify* x)

Transforms a map into a vector of key value pairs. If x is not a map, just returns it

Transforms a map into a vector of key value pairs. If `x` is not a map,
just returns it
sourceraw docstring

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

× close