(add-column m)
(add-columns v)
(add-constraint [table idents])
(add-constraints v)
(add-ident m)
(add-idents v)
(add-rel m)
(add-rels v)
(col m)
(col-default m)
(col? m)
(create-table-if-not-exists table)
(create-tables-if-not-exists v)
(fetch)
(filter-schema-by-key k schema)
(ident m)
(ident? m)
(join-col k)
(join-statement k)
(joins schema)
(not-null m)
(pprint-write filename val)
(rel m)
(rel? m)
(save schema)
This saves a schema.edn file for easier reading when it comes time to query the db
This saves a schema.edn file for easier reading when it comes time to query the db
(slurp* filename)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close