Skip to content

Add the documentation with the example how to use _run function #33

Open
@kalkusa

Description

@kalkusa

_run function (see below) is not documented (https://db-migrate.readthedocs.io/en/latest/API/programable/#run)

/**

  • Gets a connection and runs a mongo command and returns the results
  • @param command - The command to run against mongo
  • @param collection - The collection to run the command on
  • @param options - An object of options to be used based on the command
  • @param callback - A callback to return the results
    */
    _run: function(command, collection, options, callback) {

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions