Skip to content

aparnachaudhary/liquibase-refcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liquibase RefCard

This project creates a reference card for Liquibase. http://aparnachaudhary.github.io/liquibase-refcard/

Build Status:

Build Status

Building:

Requirements:
  • Apache Maven version 3

To build, issue this from the command line:

mvn asciidoctor:http

The refcard is available on http://localhost:2000

You can generate a zip archive of the site with:

mvn asciidoctor:zip

How it works:

The main file for the content is 'src/slides/content/refcard.asciidoc'. It loads include files from the 'src/slides/content/asciidoc' folder. The refcard is available in HTML5 format and you can also print a 2 column layout.

The refcard has three sections:
  • Overview: Summarizes Liquibase philosophy and features

  • Configuration: Explains how to use maven plugin for different operations

  • Commands: Provides information on all the change elements (e.g. insert, createTable, etc) supported by Liquibase and their rollback capability

Liquibase Concepts

Credits:

The content for this refcard is collated from following sites:

TODO:

The current print layout is a bit broken. But I’ve limitations when it comes to CSS and JS. Please feel free to fork the repository and make it better.

The project is licensed under the Apache License, Version 2.0