UNPKG

access-db

Version:

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

4 lines (3 loc) 195 B
import { TTable, RedisSetRes, RedisSetParams } from '../index'; declare function fetchSet(table: TTable, params?: RedisSetParams, expire?: number): Promise<RedisSetRes>; export default fetchSet;