Download the PHP package vielhuber/kiwi without Composer
On this page you can find all versions of the php package vielhuber/kiwi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vielhuber/kiwi
More information about vielhuber/kiwi
Files in vielhuber/kiwi
Download vielhuber/kiwi
More information about vielhuber/kiwi
Files in vielhuber/kiwi
Vendor vielhuber
Package kiwi
Short Description kiwi provides a git-like experience for relational databases.
License MIT
Package kiwi
Short Description kiwi provides a git-like experience for relational databases.
License MIT
Please rate this library. Is it a good library?
Informations about the package kiwi
🥝 kiwi 🥝
kiwi provides a git-like experience for relational databases.
This is currently a proof-of-concept.
Features
- No sql triggers
- No binary / ddl logs
- Support for mysql & mariadb
- Works with any shared hosting provider that runs linux
- Detects data and schema changes, at the same time
- Fast
- Command line tool usage
- Requires only ssh access to remote repository
- Search/replace layer for environment specific values (serialize safe)
- Works together with WordPress, Shopware or any other raw sql database
Similiar tools
Planned
- Support for postgresql
- Advanced conflict solver
- Support for syncing views, trigger, functions and transactions
- Test suite
- Branching and other git-like features
Disclaimer
This does not prevent you from taking backups. Use this script at your own risk.
Dependencies
Installation
Install/update globally:
Usage
First setup kiwi on client:
kiwi init
Change settings for local/remote database:
nano .kiwi/config.json
Get current status:
kiwi status
Push changes to remote repo:
kiwi push
Pull state of remote repo:
kiwi pull
All versions of kiwi with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
vielhuber/dbhelper Version ^1.0
vielhuber/stringhelper Version ^1.0
vielhuber/magicreplace Version ^1.2
vielhuber/magicdiff Version ^1.0
vielhuber/dbhelper Version ^1.0
vielhuber/stringhelper Version ^1.0
vielhuber/magicreplace Version ^1.2
vielhuber/magicdiff Version ^1.0
The package vielhuber/kiwi contains the following files
Loading the files please wait ....