jsonschema2ddl
Version:
Convert JSON Schema to DDL
6 lines (5 loc) • 324 B
TypeScript
export declare const POSTGRES_TYPES: Record<string, string>;
export declare const REDSHIFT_TYPES: Record<string, string>;
export declare const COLUMNS_TYPES: Record<string, Record<string, string>>;
export declare const FK_TYPES: Record<string, string>;
export declare const COLUMNS_TYPES_PREFERENCE: Record<string, number>;