Liking cljdoc? Tell your friends :D

ragtime.sql


load-directoryclj

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

load-file-seqcljmultimethod

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

load-migrationsclj

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

load-resourcesclj

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

ToURIcljprotocol

to-uriclj

(to-uri x)
source

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

× close