UNPKG

dbgate-tools

Version:

Auxiliary tools for other DbGate packages.

5 lines (4 loc) 323 B
import { TableInfo } from 'dbgate-types'; export declare function chooseTopTables(tables: TableInfo[], count: number, tableFilter: string, omitTablesFilter: string): TableInfo[]; export declare const DIAGRAM_ZOOMS: number[]; export declare const DIAGRAM_DEFAULT_WATERMARK = "Powered by [dbgate.io](https://www.dbgate.io)";