1 Star 0 Fork 0

LEARN / node-adodb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.d.ts 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
nuintun 提交于 2018-11-20 10:35 . :art:Add PATH config and drop old node support
declare module 'node-adodb' {
let PATH: string;
const open: (connection: string, x64?: boolean) => open;
export interface open {
query<T>(sql: string): Promise<T>;
execute<T>(sql: string, scalar?: string): Promise<T>;
schema<T>(type: number, criteria?: any[], id?: string): Promise<T>;
}
}
1
https://gitee.com/huoxd/node-adodb.git
git@gitee.com:huoxd/node-adodb.git
huoxd
node-adodb
node-adodb
master

搜索帮助