README.md in mongohq-client-0.0.3 vs README.md in mongohq-client-0.0.4
- old
+ new
@@ -40,9 +40,18 @@
Retrieve indexes from from collection
indexes = client.databases.first.collections.first.indexes
+Create a new database
+
+ # Params database name, plan
+ client.create_database "my_db_name", "sandbox"
+
+Delete a database
+
+ client.databases.first.remove
+
## 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'`)