grafite/database

A handy set of commands for MySQL databases

v2.9.0 2024-03-12 14:27 UTC

README

Grafite Database

Database - A set of handy commands for MySQL databases.

PHP Package Tests Maintainability Packagist license

The Grafite Database package is a collection of commands to help with MySQL related concerns in developing including: creating databases, dropping them, backing them up and restoring them.

Author(s):

Requirements

  1. PHP 7.2+|8.0+

Compatibility and Support

Laravel Version Package Tag Supported
^6.x - ^11.x 2.x yes
^6.x - ^7.x 1.x no

Installation

Start a new Laravel project:

composer create-project laravel/laravel your-project-name

Then run the following to add Grafite Database

composer require "grafite/database"

Documentation

https://docs.grafite.ca/utilities/database

License

Grafite Database is open-sourced software licensed under the MIT license

Bug Reporting and Feature Requests

Please add as many details as possible regarding submission of issues and feature requests

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.