@minatojs/driver-mysql
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -79,3 +79,3 @@ "use strict"; | ||
constructor(database, config) { | ||
super(database, 'mysql'); | ||
super(database); | ||
this._queryTasks = []; | ||
@@ -132,6 +132,4 @@ this._joinKeys = (keys) => { | ||
this.pool = (0, mysql_1.createPool)(this.config); | ||
super.start(); | ||
} | ||
async stop() { | ||
super.stop(); | ||
this.pool.end(); | ||
@@ -138,0 +136,0 @@ } |
{ | ||
"name": "@minatojs/driver-mysql", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "MySQL Driver for Cosmotype", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"minato": "^1.1.0" | ||
"minato": "^1.2.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
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
21089
478