@mikro-orm/knex 6.1.2-dev.0 → 6.1.2-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -162,10 +162,11 @@ You can find example integrations for some popular frameworks in the [`mikro-orm
162
162
  - [Inversify + PostgreSQL](https://github.com/PodaruDragos/inversify-example-app)
163
163
  - [NextJS + MySQL](https://github.com/jonahallibone/mikro-orm-nextjs)
164
164
  - [Accounts.js REST and GraphQL authentication + SQLite](https://github.com/darkbasic/mikro-orm-accounts-example)
165
+ - [Nest + Shopify + PostgreSQL + GraphQL](https://github.com/Cloudshelf/Shopify_CSConnector)
165
166
 
166
167
  ### JavaScript Examples
167
168
 
168
- - [Express + MongoDB](https://github.com/mikro-orm/express-js-example-app)
169
+ - [Express + SQLite](https://github.com/mikro-orm/express-js-example-app)
169
170
 
170
171
  ## 🚀 Quick Start
171
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikro-orm/knex",
3
- "version": "6.1.2-dev.0",
3
+ "version": "6.1.2-dev.2",
4
4
  "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.",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
@@ -66,6 +66,6 @@
66
66
  "@mikro-orm/core": "^6.1.1"
67
67
  },
68
68
  "peerDependencies": {
69
- "@mikro-orm/core": "6.1.2-dev.0"
69
+ "@mikro-orm/core": "6.1.2-dev.2"
70
70
  }
71
71
  }