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 is a website building & hosting documentation for Clojure/Script libraries
× close