@mikro-orm/migrations
Advanced tools
+3
-3
| { | ||
| "name": "@mikro-orm/migrations", | ||
| "version": "7.0.3-dev.15", | ||
| "version": "7.0.3-dev.16", | ||
| "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.", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@mikro-orm/sql": "7.0.3-dev.15" | ||
| "@mikro-orm/sql": "7.0.3-dev.16" | ||
| }, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
| "peerDependencies": { | ||
| "@mikro-orm/core": "7.0.3-dev.15" | ||
| "@mikro-orm/core": "7.0.3-dev.16" | ||
| }, | ||
@@ -60,0 +60,0 @@ "engines": { |
+1
-1
@@ -67,3 +67,3 @@ <h1 align="center"> | ||
| You can also define entities using [decorators](https://mikro-orm.io/docs/defining-entities) or [`EntitySchema`](https://mikro-orm.io/docs/entity-schema). See the [defining entities guide](https://mikro-orm.io/docs/defining-entities) for all options. | ||
| You can also define entities using [decorators](https://mikro-orm.io/docs/using-decorators) or [`EntitySchema`](https://mikro-orm.io/docs/define-entity#entityschema-low-level-api). See the [defining entities guide](https://mikro-orm.io/docs/defining-entities) for all options. | ||
@@ -70,0 +70,0 @@ ### Initialize and Use |
41852
0.06%+ Added
+ Added
- Removed
- Removed
Updated