You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: drop Node.js < 18 support
BREAKING CHANGE: use mysql2 instead of mysql
closes#31
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Documentation**
- Updated usage instructions and contributor displays with corrected
typographical errors.
- **Chores**
- Removed outdated contributor templates and automation workflows.
- **Dependencies**
- Migrated to a new database client package and raised the minimum
Node.js version requirement.
- **Tests**
- Refined error validations in database operations for improved error
reporting.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Aliyun rds client(support mysql portocal) for egg framework
15
+
Aliyun rds client(support mysql protocol) for egg framework
16
16
17
17
## Install
18
18
@@ -22,7 +22,7 @@ npm i egg-mysql --save
22
22
23
23
MySQL Plugin for egg, support egg application access to MySQL database.
24
24
25
-
This plugin based on [ali-rds](https://github.com/ali-sdk/ali-rds), if you want to know specific usage, you should refer to the document of [ali-rds](https://github.com/ali-sdk/ali-rds).
25
+
This plugin based on [@eggjs/rds], if you want to know specific usage, you should refer to the document of [@eggjs/rds].
0 commit comments