Liking cljdoc? Tell your friends :D

specomatic-db.etype-def

Functions working with specomatic-db entity type definitions, extending specomatic entity type definitions.

Functions working with specomatic-db entity type definitions, extending specomatic entity type definitions.
raw docstring

defaultsclj

(defaults schema etype etype-def)

Given schema, entity type etype and entity type definition etype-def, returns a (partial) entity type definition containing defaults.

Given `schema`, entity type `etype` and entity type definition `etype-def`, returns a (partial) entity type definition containing defaults.
sourceraw docstring

query-nameclj

(query-name etype-def)

Given the entity type definition etype-def, returns the table / view for querying as a keyword.

Given the entity type definition `etype-def`, returns the table / view for querying as a keyword.
sourceraw docstring

table-nameclj

(table-name etype-def)

Given the entity type definition etype-def, returns the table name as a keyword.

Given the entity type definition `etype-def`, returns the table name as a keyword.
sourceraw docstring

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

× close