nodedbadmin
v0.0.10
Published
nodeDBAdmin - mysql and mongodb (and other databases in future) database administration software
Downloads
2
Maintainers
Readme
nodedbadmin
nodeDBAdmin - mysql and mongodb (and other databases in future) database administration software (like phpMyAdmin, but on node.js).
It's single page application uses express, socket.io on server and ember.js on client.
Install & start
- Install Node.js
$ npm install -g nodedbadmin
$ nodedbadmin
- Open http://localhost:4242/ in your browser
- Click "Edit connections" and add connection
- Select connection & database
See $ nodedbadmin --help
for all available options.