Liking cljdoc? Tell your friends :D

specomatic-db.util

Utility functions for specomatic-db.

Utility functions for specomatic-db.
raw docstring

etypes-from-fieldsclj

(etypes-from-fields schema fields)

Given schema, returns all entity types from the fields sequence, as keywords.

Given `schema`, returns all entity types from the `fields` sequence, as keywords.
sourceraw docstring

fields-without-verbsclj

(fields-without-verbs fields)

Returns the seql fields vector without the top-level :verb/ keywords.

Returns the seql `fields` vector without the top-level :verb/ keywords.
sourceraw docstring

flatten-fieldsclj

(flatten-fields fields)

Flattens a seql fields sequence.

Flattens a seql `fields` sequence.
sourceraw docstring

honeysql-fieldclj

(honeysql-field field)

Returns a field keyword suitable for honeysql conditions (separated by .)

Returns a field keyword suitable for honeysql conditions (separated by .)
sourceraw docstring

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

× close