We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f1bfa commit c34dda2Copy full SHA for c34dda2
template/mixins/db.mixin.js
@@ -1,6 +1,7 @@
1
"use strict";
2
3
const { Service: DbService } = require("@moleculer/database");
4
+const _ = require("lodash");
5
6
/**
7
* @typedef {import('moleculer').ServiceSchema} ServiceSchema Moleculer's Service Schema
template/package.json
@@ -80,6 +80,7 @@
80
{{#apiIO}}
81
"moleculer-io": "^2.2.0",
82
{{/apiIO}}
83
+ "lodash": "^4.17.21",
84
"moleculer": "^0.15.0-beta1"
85
},
86
{{#apiGQL}}
0 commit comments