You are here

function drush_mongodb_connect in MongoDB 6

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

Drush callback; Return the connect string.

File

./mongodb.drush.inc, line 101
Provide Drush integration for MongoDB.

Code

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