UNPKG

access-db

Version:

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

5 lines (4 loc) 391 B
import { MysqlGetRes, TTable, MysqlGetKey, MysqlGetQuery, TSentence } from '../index'; declare function fetchGet(table: TTable, uniKey: string | number | MysqlGetKey, query?: MysqlGetQuery): Promise<MysqlGetRes>; declare function fetchGet(table: TTable, uniKey: string | number | MysqlGetKey, query?: MysqlGetQuery | TSentence, queryt?: TSentence): Promise<string>; export default fetchGet;