In README documentation there an incongruent use of the method up(): in one example a db and a client is passed to the function, in the other it is used without parameters.
I find that a bit confusing: when I'm using this module API am I supposed to create and pass Mongo dabatase and client or the module itself should create them from the configuration?
In README documentation there an incongruent use of the method
up()
: in one example a db and a client is passed to the function, in the other it is used without parameters. I find that a bit confusing: when I'm using this module API am I supposed to create and pass Mongo dabatase and client or the module itself should create them from the configuration?