Rethinkdb Command Line Interface
A cli for rethinkdb written in ruby.
At moment there a very simply version, to try:
- Install the gem
gem install rethinkdb-cli - Run
rethinkdb-cli - Use
rto access rethinkdb database
Contributing
- Fork it ( http://github.com/byterussian/rethinkdb-cli/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request