1.0.9 • Published 3 years ago

moleculer-mongodb v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

MongoDB native adapter for Moleculer broker

Настройка

MONGO_URL=mongodb://host:port/database
MONGO_DB=database

Использование

const MongoDbClient = require("moleculer-mongodb");

module.exports = {
  mixins: [MongoDbClient()],
  actions: {
    async test(ctx) {
      const Users = await this.$db.collection('users'); // this.$db - instance of Mongodb
    }
  }
}
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago