Home
Softono
chrome_mysql_admin

chrome_mysql_admin

Open source Apache-2.0 JavaScript
142
Stars
31
Forks
32
Issues
15
Watchers
7 years
Last Commit

About chrome_mysql_admin

[![Code Climate](https://codeclimate.com/github/yoichiro/chrome_mysql_admin/badges/gpa.svg)](https://codeclimate.com/github/yoichiro/chrome_mysql_admin) ChromeMyAdmin ======================= What's this? ------------ This project provides the source code set of the Chrome app "ChromeMyAdmin" to manage and operate MySQL server. How to install this ChromeMyAdmin app ------------------------------------- You can install this application from Chrome Web store: [ChromeMyAdmin - Chrome Web store](https://chrome.google.com/webstore/detail/chromemyadmin/ndgnpnpakfcdjmpgmcaknimfgcldechn) How to build ------------ ``` $ git clone https://github.com/yoichiro/chrome_mysql_admin.git $ cd chrome_mysql_admin $ npm install $ grunt ``` Dependent libraries ------------------- * [encoding.js](http://code.google.com/p/stringencoding/) * [crypto-js](https://code.google.com/p/crypto-js/) * [Forge](https://github.com/digitalbazaar/forge) * [mysql_js_driver](https://github.com/yoichiro/mysql_js_driver)

Platforms

Web Self-hosted

Languages

JavaScript

Code Climate

ChromeMyAdmin

What's this?

This project provides the source code set of the Chrome app "ChromeMyAdmin" to manage and operate MySQL server.

How to install this ChromeMyAdmin app

You can install this application from Chrome Web store:

ChromeMyAdmin - Chrome Web store

How to build

$ git clone https://github.com/yoichiro/chrome_mysql_admin.git
$ cd chrome_mysql_admin
$ npm install
$ grunt

Dependent libraries