Parsing and manipulating the table schema
Parsing and manipulating the table schema
(->table-spec table id-fns)Inputs: [table :- s/Keyword id-fns :- #:s{Keyword clojure.lang.IFn}] Returns: TableSpec
Inputs: [table :- s/Keyword id-fns :- #:s{Keyword clojure.lang.IFn}]
Returns: TableSpec(load-schema db-spec db table-spec)Inputs: [db-spec :- s/Any db :- s/Str table-spec :- TableSpec] Returns: TableSchema
Inputs: [db-spec :- s/Any db :- s/Str table-spec :- TableSpec] Returns: TableSchema
A partial schema specification for a table with optional id-fn.
A partial schema specification for a table with optional id-fn.
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 |