Skip to content
This repository was archived by the owner on Jan 15, 2023. It is now read-only.

wave2/dbplayback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbPlayback Database Versioning Tool

Inspired by the Perl DBIx-VersionedDDL database upgrade / downgrade utility.

dbPlayback aims to be a flexible and portable schema versioning tool.

Requirements

  • Java 1.6 (or above)
  • Maven

Contributing

Please do! Go on, don't be shy.

  1. Create an Issue that clearly describes:
    • the problem you are trying to solve
    • an outline of your proposed solution
  2. Wait a little while for any feedback
  3. Fork dbPlayback into your very own GitHub repository
  4. Create a topic branch with a name corresponding to the issue number from step 1 e.g #XXX:
    • $ git clone [email protected]/wave2/dbplayback.git my-dbplayback-repo
    • $ cd my-dbplayback-repo
    • $ git checkout -b dbplayback-XXX
  5. Commit your changes and include the issue number in your commit message:
    • $ git commit -am "[#XXX] Added something cool"
  6. Push your changes to the branch:
    • $ git push origin dbplayback-XXX
  7. Send a Pull Request including the issue number in the subject

License

Copyright © 2010-2011 Wave2 Limited. All rights reserved. Licensed under BSD License.

About

Database Versioning Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages