2017 © Pedro Peláez
 

library patchr

MySQL version control

image

0plus1/patchr

MySQL version control

  • Monday, May 22, 2017
  • by 0plus1
  • Repository
  • 1 Watchers
  • 2 Stars
  • 90 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 22 % Grown

The README.md

overview-wide, (*1)

Patchr - MySQL version control

Patchr allows you to version control your database changes, allowing teams to easily share and review database changes., (*2)

Database version control is a very important process of modern web development, providing an accurate history of schema and data changes. Most modern frameworks offers database agnostic version control under the term "migrations"., (*3)

Patchr uses a different approach, allowing you to commit raw SQL, more compatible with legacy system and easier to understand by new devs coming onboard., (*4)

Patchr is developed with deployment in mind, exposing a comprehensive command line API and it is currently used in some large scale corporate applications., (*5)

Documentation

Patchr on Gitbook, (*6)

Tests

./vendor/bin/phpunit System wide installs of phpunit might not work due to potentially different versions, please rely on above command., (*7)

Frameworks

Patchr is framework agnostic, it can easily be added to any existing framework/project. These are the official wrappers for commonly used frameworks:, (*8)

Roadmap

  • Decouple Model class from Mysqli to create adapters for other RDBMS
  • Expand unit tests coverage

The Versions

22/05 2017

dev-master

9999999-dev

MySQL version control

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

22/05 2017

v1.0.0

1.0.0.0

MySQL version control

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

17/03 2017

v1.0.0-rc.2+001

1.0.0.0-RC2

MySQL version control

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

17/03 2017

v1.0.0-rc.2

1.0.0.0-RC2

MySQL version control

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

15/03 2017

v1.0.0-rc.1

1.0.0.0-RC1

MySQL version control

  Sources   Download

MIT

The Requires

  • php >=5.5.9