UNPKG

access-db

Version:

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

5 lines (4 loc) 295 B
import { TTable, MysqlCountParams, TSentence, CountRes } from '../index'; declare function fetchCount(table: TTable, params: MysqlCountParams): Promise<CountRes>; declare function fetchCount(table: TTable, params: MysqlCountParams, query: TSentence): Promise<string>; export default fetchCount;