smurfpandey / mysqlweb

Web-based MySQL database browser. Based on pgweb https://github.com/sosedoff/pgweb
MIT License
34 stars 8 forks source link

mysqlweb

A web based database browser written in Go. MySQL port of pgweb.

Note: This is a work in progress.

Overview

This is a web-based browser for MySQL database server. Its written in Go and works on Mac OSX, Linux and Windows machines. Main idea behind using Go for the backend is to utilize language's ability for cross-compile source code for multiple platforms. This project is my attempt to learn golang.

How to run

  1. Download the precompiled binary for your operating system.
  2. Execute mysqlweb, then open http://localhost:8080/ in your browser

TODO

Contributing

Contact

License

The MIT License (MIT)

Copyright (c) 2014 Neeraj Kumar