@kohanajs/mixin-orm
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -25,3 +25,3 @@ const path = require('path'); | ||
const conn = ControllerMixinDatabase.dbConnection.get(databasePath); | ||
if(conn && KohanaJS.config.database.cache)return conn; | ||
if(conn && KohanaJS.config.database?.cache)return conn; | ||
@@ -28,0 +28,0 @@ const connections = new Map(databaseNames.map(x => [x, new Database( `${databasePath}/${x}.sqlite`)])); |
{ | ||
"name": "@kohanajs/mixin-orm", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"description": "", | ||
@@ -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
12568