mysql-cli

0.0.3 • Public • Published

mysql-cli

A NodeJS interactive MySQL command line interface.

The project is still in his very early stage, it can have bugs.

Installation

This is a global module so you must install usin the global flag, you can use npm or yarn:

npm install -g mysql-cli
yarn add global mysql-cli

Than type mysql-cli and it will start an interactive session where you can manage your connections and databases. Type help to have the list of available commands or type help <command> for further help for single commands.


Contributing

  1. Create an issue reporting a bug or a feature
  2. Fork the project (https://github.com/codekraft-studio/generator-wordpress-starter/fork)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Publish the branch (git push origin my-new-feature)
  6. Add some test for your new feature
  7. Create a new Pull Request

MIT

MIT © codekraft-studio

Package Sidebar

Install

npm i mysql-cli

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

65.2 kB

Total Files

31

Last publish

Collaborators

  • b4dnewz