@minatojs/driver-mysql
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -22,2 +22,6 @@ "use strict"; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
// If the importer is in node compatibility mode or this is not an ESM | ||
// file that has been converted to a CommonJS file using a Babel- | ||
// compatible transform (i.e. "__esModule" has not been set), then set | ||
// "default" to the CommonJS "module.exports" for node compatibility. | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
@@ -28,3 +32,3 @@ mod | ||
// packages/mysql/src/index.ts | ||
// minato/packages/mysql/src/index.ts | ||
var src_exports = {}; | ||
@@ -41,3 +45,3 @@ __export(src_exports, { | ||
var logger = new import_reggol.default("mysql"); | ||
var DEFAULT_DATE = new Date("1970-01-01"); | ||
var DEFAULT_DATE = /* @__PURE__ */ new Date("1970-01-01"); | ||
function getIntegerType(length = 11) { | ||
@@ -197,2 +201,3 @@ if (length <= 4) | ||
} | ||
/** synchronize table schema */ | ||
async prepare(name) { | ||
@@ -199,0 +204,0 @@ const [columns, indexes] = await Promise.all([ |
{ | ||
"name": "@minatojs/driver-mysql", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "MySQL Driver for Minato", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@minatojs/core": "^2.2.0" | ||
"@minatojs/core": "^2.2.2" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
49232
532