Liquibase-EDN is EDN changelog parser for Liquibase.
The EDN parser follows the same structure as the YAML and JSON parsers with the following exceptions:
?
in keywords and symbols are ignored.<dependency>
<groupId>liquibase-edn</groupId>
<artifactId>liquibase-edn</artifactId>
<version>3.0.8-0.1.2</version>
</dependency>
For non-Clojure projects you may have to mention the Clojars Maven repository in your POM file:
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
Targets Liquibase 3.0.8 for compatibility with clj-liquibase.
Copyright © 2015 Shantanu Kumar
Note: The file AbstractMapChangeLogParser.java
is adapted from the Liquibase source code.
Distributed under the Apache License, version 2.0, the same as Liquibase.