Implement 'connect'

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 0.0.6
    • Affects Version/s: None
    • Component/s: Shell API
    • None
    • Iteration Elderberry
    • Needed
    • Hide

      It's now possible to connect to a new MDB instance with the Mongo object.

      Example:
      > conn = new Mongo('mongodb://127.0.0.1:27017')
      > conn.getDB('test').getCollection('users').findOne()

      Show
      It's now possible to connect to a new MDB instance with the Mongo object. Example: > conn = new Mongo('mongodb://127.0.0.1:27017') > conn.getDB('test').getCollection('users').findOne()

            Assignee:
            Anna Herlihy (Inactive)
            Reporter:
            Anna Herlihy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: