Liking cljdoc? Tell your friends :D

com.fulcrologic.rad.database-adapters.sql.migration


attr->opsclj

(attr->ops schema-name
           key->attribute
           {:com.fulcrologic.rad.attributes/keys [qualified-key type identity?
                                                  identities]
            :keys [:com.fulcrologic.rad.attributes/schema]
            :as attr})
source

automatic-schemaclj

(automatic-schema schema-name adapter attributes)

Returns SQL schema for all attributes that support it.

Returns SQL schema for all attributes that support it.
sourceraw docstring

migrate!clj

(migrate! config all-attributes connection-pools)
source

new-id-columnclj

(new-id-column table column attr)
source

new-ref-columnclj

(new-ref-column table column attr)
source

new-scalar-columnclj

(new-scalar-column table column attr)
source

new-tableclj

(new-table table)
source

op->sqlcljmultimethod

source

sql-typeclj

(sql-type {:com.fulcrologic.rad.attributes/keys [type]
           :com.fulcrologic.rad.database-adapters.sql/keys [max-length]})
source

type-mapclj

source

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

× close