
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@mulin24/mysql
Advanced tools
基于 mysql2 封装的 mysql 便捷使用方法
生成 mysql 语句执行方法
config (Config) - mysql 连接信息
host (string) - 服务地址/IPport (string) - 端口user (string) - 用户名password (string) - 密码database (string) - 数据库名称multipleStatements (boolean) - 一次执行多条 sqlnamedPlaceholders (boolean) - 支持 sql 语句命名参数((sql: Sql) => Promise) - 执行器
继承 mysql2 的 ConnectionOptions 类型,并包含
host (string) - 服务地址/IPport (string) - 端口user (string) - 用户名password (string) - 密码database (string) - 数据库名称multipleStatements (boolean) - 一次执行多条 sqlnamedPlaceholders (boolean) - 支持 sql 语句命名参数sqlStr (string) - sql 语句字符串params (Record|Array) - 字符串中使用的参数 “?” 占位参数对应数组,“:(变量名称)” 占位参数对应对象生成 mysql 操作对象
config (Config) - mysql 连接信息
host (string) - 服务地址/IPport (string) - 端口user (string) - 用户名password (string) - 密码database (string) - 数据库名称multipleStatements (boolean) - 一次执行多条 sqlnamedPlaceholders (boolean) - 支持 sql 语句命名参数operator (Object) - mysql 操作对象
execute ((sql: Sql) => Promise) - mysql 语句执行方法FAQs
基于 mysql2 封装的 mysql 便捷使用方法
We found that @mulin24/mysql demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.