Branch Manager Version Control
A WordPress plugin for enabling database version control and managing database branches using the Dolt database engine.
by Your Right Website · github.com/yourrightwebsite/branch-manager · website
★ 13stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/yourrightwebsite/branch-manager/archive/refs/heads/main.zipFrom the readme
Branch Manager
A plugin for managing version control of your WordPress database using Dolt.
Current Plugin Version
Version 0.1.2 - Fix a bug in conflict resolution when trying to delete a serialized option value.
Background Information
What is this plugin?
This plugin works with the Dolt database to enable version control, including branches and merging, of your WordPress database. This plugin enables you to create branches of your primary WordPress database, enabling true version control of your WordPress database through an easy to use admin interface.
What is Dolt?
Dolt is a database that is meant to be a drop-in replacement for MySQL, while also enabling Git-like functionality inside of your database. Basically, it's as if MySQL and Git had a baby. You can create commits and branches inside of your database and keep a history of all changes in your WordPress database.
How can this plugin be used?
This plugin sits on top of a Dolt database and allows you to perform common git-like actions supported by Dolt on your WordPress database, including committing, branching and merging.
With this plugin you can:
- Keep track of changes to your website and see who committed thos