@mikro-orm/knex
Advanced tools
Comparing version 6.3.14-dev.56 to 6.3.14-dev.57
@@ -25,4 +25,6 @@ import { type Knex } from 'knex'; | ||
checkConnection(): Promise<{ | ||
ok: boolean; | ||
reason?: string; | ||
ok: true; | ||
} | { | ||
ok: false; | ||
reason: string; | ||
error?: Error; | ||
@@ -29,0 +31,0 @@ }>; |
{ | ||
"name": "@mikro-orm/knex", | ||
"version": "6.3.14-dev.56", | ||
"version": "6.3.14-dev.57", | ||
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.", | ||
@@ -69,3 +69,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"@mikro-orm/core": "6.3.14-dev.56", | ||
"@mikro-orm/core": "6.3.14-dev.57", | ||
"better-sqlite3": "*", | ||
@@ -72,0 +72,0 @@ "libsql": "*", |
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
513608
10469