access-db
Version:
[统一数据库的连接]Unified access to all kinds of databases
24 lines (23 loc) • 630 B
TypeScript
import count from './count';
import del from './del';
import delmany from './delmany';
import find from './find';
import get from './get';
import set from './set';
import setmany from './setmany';
import transaction from './transaction';
import update from './update';
import updatemany from './updatemany';
declare const _default: {
count: typeof count;
del: typeof del;
delmany: typeof delmany;
find: typeof find;
get: typeof get;
set: typeof set;
setmany: typeof setmany;
transaction: typeof transaction;
update: typeof update;
updatemany: typeof updatemany;
};
export default _default;