Liking cljdoc? Tell your friends :D

dumpa.table-schema

Parsing and manipulating the table schema

Parsing and manipulating the table schema
raw docstring

->table-specclj

(->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
sourceraw docstring

Colclj

source

load-and-parse-schemasclj

(load-and-parse-schemas tables db-spec db id-fns)
source

load-schemaclj

(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
sourceraw docstring

TableSchemaclj

A schema for parsed table schema

A schema for parsed table schema
sourceraw docstring

TableSpecclj

A partial schema specification for a table with optional id-fn.

A partial schema specification for a table with optional id-fn.
sourceraw docstring

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

× close