UNPKG

database-proxy

Version:

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

12 lines 412 B
import { Handler } from '../../processor'; /** * 此验证器是缺省验证器,不可配置: * - 检查 aggregate 操作中是否包含 $lookup,并禁止客户端进行 $lookup 操作 * * @TODO 未来可考虑支持 $lookup 的子查询权限验证,相对复杂,暂不考虑 * * @param config * @param context */ export declare const LookupHandler: Handler; //# sourceMappingURL=index.d.ts.map