(load-directory path)
Load a collection of Ragtime migrations from a directory. These can be in edn or SQL format.
Load a collection of Ragtime migrations from a directory. These can be in edn or SQL format.
Given an collection of files with the same extension, return a ordered collection of migrations. Dispatches on extension (e.g. ".edn"). Extend this multimethod to support new formats for specifying SQL migrations.
Given an collection of files with the same extension, return a ordered collection of migrations. Dispatches on extension (e.g. ".edn"). Extend this multimethod to support new formats for specifying SQL migrations.
(load-migrations f)
Load one or more migrations from an edn reader source. Returns an ordered collection of migration maps.
Load one or more migrations from an edn reader source. Returns an ordered collection of migration maps.
(load-resources path)
Load a collection of Ragtime migrations from a classpath prefix. These can be in edn or SQL format.
Load a collection of Ragtime migrations from a classpath prefix. These can be in edn or SQL format.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close