Sha256: 8c1bf580a22a88c7cbf2720038dfdb54acbd29a264f55a90cd7fc336e5eb9727
Contents?: true
Size: 587 Bytes
Versions: 1
Compression:
Stored size: 587 Bytes
Contents
# DB Admin DB Admin provides a simple interface to browse the data in the tables in a database and execute queries and view the results. ![](doc/screenshots/tables.png) ![](doc/screenshots/query.png) ## Installation $ gem install dbadmin ## Usage $ dbadmin mysql://root@localhost/myapp_development $ open http://localhost:8888 ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dbadmin-0.1.0 | README.md |