You are here

function drush_mongodb_connect in MongoDB 7

Same name and namespace in other branches
  1. 6 mongodb.drush.inc \drush_mongodb_connect()

Drush callback; Return the connect string.

File

./mongodb.drush.inc, line 112
Provide drush integration for MongoDB.

Code

function drush_mongodb_connect($alias = 'default') {
  $command = _drush_mongodb_connect($alias);
  drush_print($command);
}