diff -r 8ad4fe7443f2 -r 7427de2e34ea liquibase.rst --- a/liquibase.rst Wed Dec 23 12:29:27 2015 +0200 +++ b/liquibase.rst Thu Dec 24 00:16:41 2015 +0200 @@ -73,6 +73,12 @@ * http://www.liquibase.org/documentation/existing_project.html * http://www.liquibase.org/tutorial-using-oracle +SQL syntax. +=========== + + * http://www.liquibase.org/2015/09/liquibase-without-changelogs.html + + Generate difference between databases. ====================================== @@ -396,3 +402,21 @@ * http://blog.mgm-tp.com/2010/11/data-modeling-part2/ +Labels vs Contexts. +=================== + + * http://forum.liquibase.org/topic/labels-vs-contexts-in-3-3-0 + * http://www.liquibase.org/2014/11/contexts-vs-labels.html + +How to apply LiquiBase to you DB? +================================= + + * http://www.liquibase.org/2015/07/executing-liquibase.html + +Comparison LiquiBase with Python Django South and Ruby ActiveRecord. +==================================================================== + + * http://south.readthedocs.org/en/latest/index.html + * https://code.djangoproject.com/wiki/SchemaEvolution + * http://guides.rubyonrails.org/active_record_basics.html +