east-mysql2:东部的node-mysql2适配器

时间:2024-04-18 16:23:28
【文件属性】:

文件名称:east-mysql2:东部的node-mysql2适配器

文件大小:53KB

文件格式:ZIP

更新时间:2024-04-18 16:23:28

TypeScript

东mysql2 MySQL的适配器它使用Promisified 驱动程序。 需要节点10+。 默认情况下,所有执行的迁移名称将存储在_migrations数据库的_migrations集合中。 传递给migrate和rollback功能的client是一个包含“ db”的对象,该对象是mysql2/promise的createConnection返回的Connection对象。 用作await client.db.query("SQL") 。 配置 使用以下环境变量提供登录配置: MYSQL_HOST , MYSQL_PORT , MYSQL_USER , MYSQL_PASSWORD 或在.eastrc : { "mysql" : { "host" : "remote_host" , "port" : 3307 , // note t


【文件预览】:
east-mysql2-main
----.eslintrc.json(758B)
----.gitignore(45B)
----templates()
--------migration.js(176B)
--------migration.ts(296B)
----package.json(1KB)
----package-lock.json(170KB)
----src()
--------index.ts(4KB)
----LICENSE(1KB)
----CHANGELOG.md(288B)
----tsconfig.json(224B)
----.github()
--------workflows()
--------dependabot.yml(239B)
----README.md(1KB)
----tests()
--------connect-params.ts(4KB)
--------unmark-executed.ts(1KB)
--------mark-executed.ts(1KB)
--------resolves-template-path.ts(566B)
--------get-executed.ts(2KB)
--------helpers.ts(353B)
--------disconnect.ts(533B)
----.eslintignore(23B)
----.editorconfig(269B)

网友评论