UNPKG

database-proxy

Version:

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

9 lines 251 B
export * from './proxy'; export * from './policy'; export * from './accessor'; export * from './types'; export * from './processor'; export * from './dbi'; export * from './logger'; export { Db } from 'database-ql'; //# sourceMappingURL=index.d.ts.map