sqltool:MySQL对象建模工具

时间:2024-04-30 12:09:39
【文件属性】:

文件名称:sqltool:MySQL对象建模工具

文件大小:25KB

文件格式:ZIP

更新时间:2024-04-30 12:09:39

mysql promises callbacks object-modeling JavaScript

SQL工具 SQLtool是一个MySQL对象建模工具,旨在在异步环境中工作。 SQLtool支持promise和回调。 安装 $ npm install sqltool2 输入 // Using Node.js `require()` const sqltool = require ( 'sqltool2' ) ; // Using ES6 imports import sqltool from 'sqltool2' ; 概述 连接到MySQL await sqltool . connect ( { host : 'localhost' , user : 'root' , password : '' , database : 'db_name' } ) ; 连接后,将在Connection实例上触发open事件。 如果您使用的是sqltool.conn


【文件预览】:
sqltool-master
----index.js(50B)
----package.json(601B)
----test()
--------models()
--------index.js(2KB)
--------package.json(279B)
----.npmignore(193B)
----LICENSE.md(1KB)
----.gitignore(296B)
----CHANGELOG.md(0B)
----lib()
--------Query.js(3KB)
--------index.js(2KB)
--------plugins()
--------mysql.js(4KB)
--------DocumentQuery.d.ts(620B)
--------Query.d.ts(737B)
--------index.d.ts(1KB)
--------Connection.d.ts(3KB)
--------mysql.d.ts(558B)
--------Model.js(13KB)
--------Document.d.ts(1KB)
--------Model.d.ts(6KB)
--------Document.js(8KB)
--------Schema.js(4KB)
--------Schema.d.ts(1KB)
--------Connection.js(3KB)
--------DocumentQuery.js(2KB)
----README.md(4KB)

网友评论