UNPKG

access-db

Version:

[统一数据库的连接]Unified access to all kinds of databases

5 lines (4 loc) 284 B
import { TTable, MysqlSetParams, TSentence } from '../index'; declare function fetchSetmany(table: TTable, params: MysqlSetParams[]): Promise<any>; declare function fetchSetmany(table: TTable, params: MysqlSetParams[], query: TSentence): Promise<string>; export default fetchSetmany;