feedhenry / fh-db

Apache License 2.0
1 stars 16 forks source link

Allow getDitcher act to be called #22

Closed aidenkeating closed 7 years ago

aidenkeating commented 7 years ago

This is part of the change to expose the MongoDB client in fh-db to the user.

This allows a new act to be called without a type, called getDitcher which
will return the `ditcher.Ditcher` object created in the
`localdb` module. This will then expose the `Database` object and the
`mongo.Db` client within it.

Further changes are required in `fh-mbaas-api`.
aidenkeating commented 7 years ago

@danbev Would you mind taking a look?

danbev commented 7 years ago

@aidenkeating LGTM