opadatabase
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -10,3 +10,2 @@ let MongoClient = require("mongodb").MongoClient; | ||
static initDataBase(dbUrlOpa,dbaseOpa){ | ||
console.log("静态方法"); | ||
if(dbUrlOpa){ | ||
@@ -31,3 +30,2 @@ dbUrl = dbUrlOpa; | ||
this.dbaseStore = dbaseStore; | ||
console.log("dbaseStore",this.dbaseStore) | ||
resolve(this.dbaseStore) | ||
@@ -34,0 +32,0 @@ }) |
{ | ||
"name": "opadatabase", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "koa封装操作mongodb数据库", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4086
92