UNPKG

database-proxy

Version:

Through a set of access control rules configuration database access to realize the client directly access the database via HTTP.

10 lines 288 B
import { Handler } from '../../processor'; /** * 是否允许用户操作多条数据 * 1. 读操作默认允许查询多条 * 2. 写操作默认不允许多条操作 * @param config * @param context */ export declare const MultiHandler: Handler; //# sourceMappingURL=index.d.ts.map