UNPKG

amis-model-design

Version:

amis模型设计器

12 lines (11 loc) 335 B
import { PostgresDialectPlugin } from './PostgresDialect'; export declare class GreenplumDialectPlugin extends PostgresDialectPlugin { static id: string; registerDatabaseDialectType(): { type: string; title: string; isRdbms: boolean; schemaLess: boolean; buildSettingForm: any; }; }