Skip to content

michaelklishin/ragtime

 
 

Repository files navigation

Ragtime

Build Status

Ragtime is a Clojure library for migrating structured data. It defines a common interface for expressing migrations, much like Ring defines a common interface for expression web applications.

Libraries

  • ragtime.core - database independent tools and functions for managing migrations

  • ragtime.sql - an adapter for applying migrations to a SQL database

  • ragtime.sql.files - provides a way of specifying migrations as SQL script files

  • ragtime.lein - a Leiningen plugin that wraps ragtime.core

Installation

Add ragtime.core as a dependency if you just want the database- independent core:

:dependencies [[clojurewerkz/ragtime.core "0.4.0"]]

Or add the full library if you want support for SQL databases:

:dependencies [[clojurewerkz/ragtime "0.4.0"]]

If you want to integrate Ragtime into Leiningen:

:plugins [[clojurewerkz/ragtime.lein "0.4.0"]]

Documentation

License

Copyright © 2014 James Reeves

Distributed under the Eclipse Public License, the same as Clojure.

About

Database-independent migration library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%