Giovanny Coque

Results 1 comments of Giovanny Coque

## In my case my service looks like this. ```js const DbService = require("moleculer-db"); const SVC: ServiceSchema = { name: svc1, model: model1, adapter: ADAPTER("table", [...models]), mixins: [DbService], actions:{ .......