https://github.com/ajaxray/mqgit
VCS for MySQL Database - git style commit, log, checkout of the schema+data
https://github.com/ajaxray/mqgit
Last synced: about 2 months ago
JSON representation
VCS for MySQL Database - git style commit, log, checkout of the schema+data
- Host: GitHub
- URL: https://github.com/ajaxray/mqgit
- Owner: ajaxray
- License: mit
- Created: 2018-01-11T08:03:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T00:04:55.000Z (over 7 years ago)
- Last Synced: 2025-02-10T05:42:04.630Z (3 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mysql-vcs
VCS for MySQL Database - git style commit, log, checkout of the schema+dataHighlights
----------* `commit` snapshot of database - structure, data, triggers and stored routines.
* Display `log` of comitted versions
* `checkout` any commit (restoring backups)
* Update latest commit using `commit --amend`
* To keep snopshot data concies and minimul
* Easy `delete` of too older or unnecessary commits
* Snapshots stored in compressed bytes (using DEFLATE)Technically, it's not a VCS.
It's just a simple tool to help developers to keep histry of
database backups and restore them with ease.