Impactwave / mysql-tools by impactwave

Command-line shell scripts for managing MySQL databases on Laravel-based web applications.
212
2
10
Package Data
Maintainer Username: impactwave
Maintainer Contact: claudio.silva@impactwave.com (Claudio Silva)
Package Create Date: 2014-03-28
Package Last Update: 2022-01-28
Language: Shell
License: MIT
Last Refreshed: 2024-05-08 03:00:26
Package Statistics
Total Downloads: 212
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 10
Total Forks: 0
Total Open Issues: 0

MySQL Tools

Command-line shell scripts for managing MySQL databases on Laravel-based web applications.

Installation

Installing via Composer

Add the following to our composer.json file:

"require": {
    "impactwave/mysql-tools": "dev-master@dev"
},

Configuration steps

If you haven't done it before, add vendor/bin to your path, so that you may execute package executables from your project's root folder.

#####Example:

Add this to your shell environment (ex: at ~/.profile or ~/.bash_profile):

export PATH=$PATH:./vendor/bin

Usage

On the terminal, change to your project's root directory (where your composer.json lies) and just type the desired command name.

You can use autocompletion by pressing Tab.

License

MIT

The MIT License (MIT)

Copyright (c) 2014 Impactwave Lda

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.