Skip to content

Commit

Permalink
upgrade: mysql2 >= 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Apr 15, 2024
1 parent 93718d3 commit 4a07df1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Yet another object-relational mapping plugin for Egg, which is based on [Leoric]

```bash
$ npm i --save egg-orm
$ npm install --save mysql2 # MySQL or compatible dialects
$ npm install --save mysql # MySQL or compatible dialects

# Or use other database backend.
$ npm install --save pg # PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion Readme.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ egg-orm 是一个适用于 Egg 框架的数据模型层插件,支持 JavaScrip

```bash
$ npm i --save egg-orm
$ npm install --save mysql2 # MySQL 或者其他兼容 MySQL 的数据库
$ npm install --save mysql # MySQL 或者其他兼容 MySQL 的数据库

# 其他数据库类型
$ npm install --save pg # PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint": "^8.12.0",
"eslint-config-egg": "^7.5.1",
"mysql": "^2.17.1",
"mysql2": "^2.0.0",
"mysql2": "^3.9.4",
"npm-run-all": "^4.1.5",
"typescript": "^4.6.2"
},
Expand Down

0 comments on commit 4a07df1

Please sign in to comment.