Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grafiteinc/database

A set of handy commands for MySQL Databases
https://github.com/grafiteinc/database

Last synced: 6 days ago
JSON representation

A set of handy commands for MySQL Databases

Awesome Lists containing this project

README

        

![Grafite Database](GrafiteDatabase-banner.png)

**Database** - A set of handy commands for MySQL databases.

[![PHP Package Tests](https://github.com/grafiteinc/Database/workflows/PHP%20Package%20Tests/badge.svg)](https://github.com/grafiteinc/Database/actions?query=workflow%3A%22PHP+Package+Tests%22)
[![Maintainability](https://api.codeclimate.com/v1/badges/47f054f3cab8dbb2d49d/maintainability)](https://codeclimate.com/github/GrafiteInc/Database/maintainability)
[![Packagist](https://img.shields.io/packagist/dt/grafite/database.svg)](https://packagist.org/packages/grafite/database)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://packagist.org/packages/grafite/database)

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):
* [Matt Lantz](https://github.com/mlantz) ([@mattylantz](http://twitter.com/mattylantz), mattlantz at gmail dot com)

## 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:
```php
composer create-project laravel/laravel your-project-name
```

Then run the following to add Grafite Database
```php
composer require "grafite/database"
```

## Documentation

[https://docs.grafite.ca/utilities/database](https://docs.grafite.ca/utilities/database)

## License
Grafite Database is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

### 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.