(app-create name & [public-only])makes the app graph schema
makes the app graph schema
(bind-app app & [update-key])gets the app interface given a name
gets the app interface given a name
(defret.pg sym args query)creates a returns function
creates a returns function
(defsel.pg sym & [query])creates a select function
creates a select function
(defvariant.pg table selector field)Declares a class-table-specific JSONB field contract.
The declaration is metadata only. It emits no PostgreSQL code; typed parsers and repository tooling retain the source form for validation and class-table-aware shape inference.
Declares a class-table-specific JSONB field contract. The declaration is metadata only. It emits no PostgreSQL code; typed parsers and repository tooling retain the source form for validation and class-table-aware shape inference.
(E {:keys [application] :as m})(field-id m field)shorthand for getting the field-id for a linked map
shorthand for getting the field-id for a linked map
(full table)gets the full jsonb for table or function
gets the full jsonb for table or function
(full-str table)gets the full json str form table or function
gets the full json str form table or function
(g:insert spec-sym data & [params])constructs an insert form
constructs an insert form
(get-stack-diagnostics)gets the stack diagnostics
gets the stack diagnostics
(q:get spec-sym &)constructs a single query form
constructs a single query form
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |