@mikro-orm/sql
Advanced tools
@@ -72,2 +72,4 @@ import { type Dictionary, type Transaction } from '@mikro-orm/core'; | ||
| dropTrigger(table: DatabaseTable, trigger: SqlTriggerDef): string; | ||
| /** Flattens `;\n` inside the dollar-quoted blocks of a raw DDL expression, which are not statement boundaries. */ | ||
| private flattenDollarQuotedBodies; | ||
| createRoutine(routine: SqlRoutineDef): string; | ||
@@ -74,0 +76,0 @@ dropRoutine(routine: SqlRoutineDef): string; |
+2
-2
| { | ||
| "name": "@mikro-orm/sql", | ||
| "version": "7.1.12-dev.9", | ||
| "version": "7.1.12-dev.10", | ||
| "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.", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
| "peerDependencies": { | ||
| "@mikro-orm/core": "7.1.12-dev.9" | ||
| "@mikro-orm/core": "7.1.12-dev.10" | ||
| }, | ||
@@ -59,0 +59,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
1075795
0.09%22405
0.08%