sql-next:Node具有json查询和现代api的Node.js的Mysql客户端

时间:2024-02-24 05:01:24
【文件属性】:

文件名称:sql-next:Node具有json查询和现代api的Node.js的Mysql客户端

文件大小:15KB

文件格式:ZIP

更新时间:2024-02-24 05:01:24

nodejs javascript mysql json typescript

SQL-next是的包装器,它提供MongoDB之类的查询和基于Promise的api。 产品特点 JSON查询 防止SQL注入 选择器(尚未完成) 基于承诺的API 结帐,看看会发生什么。 正在安装 $ npm install sql-next 快速开始 查找项目的示例: import { Client , IConfig } from 'sql-next' ; const config : IConfig = { host : 'example.com' , user : 'username' , password : '123' , port : 8080 , } ; interface Item { _id : number ; header : string ; body : string ; } async function init ( ) { const client = new Client ( ) ; await client . connect ( config ) ; console . log ( 'Connec


【文件预览】:
sql-next-master
----.travis.yml(180B)
----package.json(938B)
----tslint.json(460B)
----.github()
--------FUNDING.yml(33B)
----.prettierrc(52B)
----LICENSE(1KB)
----package-lock.json(14KB)
----src()
--------models()
--------interfaces()
--------utils()
--------index.ts(56B)
----tsconfig.json(455B)
----.gitignore(86B)
----README.md(9KB)

网友评论