Liking cljdoc? Tell your friends :D

leiningen.clj-sql-up


clj-sql-upclj

(clj-sql-up project)
(clj-sql-up project command & args)

Simply manage sql migrations with clojure/jdbc

Commands: create name Create migration (eg: migrations/20130712101745082-<name>.clj) migrate Run all pending migrations rollback n Rollback last n migrations (n defaults to 1)

Simply manage sql migrations with clojure/jdbc

Commands:
create name      Create migration (eg: migrations/20130712101745082-<name>.clj)
migrate          Run all pending migrations
rollback n       Rollback last n migrations (n defaults to 1)
sourceraw docstring

get-databaseclj

(get-database opts)

fetch database connection info given project.clj options hash

fetch database connection info given project.clj options hash
sourceraw docstring

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

× close