UNPKG

database-proxy

Version:

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

4 lines 182 B
import { AccessorInterface } from '../accessor'; import { Db } from 'database-ql'; export declare function getDb(accessor: AccessorInterface): Db; //# sourceMappingURL=index.d.ts.map