UNPKG

db-scout

Version:

get database information, generate migration files, create models based on information

12 lines (11 loc) 270 B
const PSQL_ALTER_TABLE_TRIGGER = ``; const PSQL_ALTER_COLUMN_TRIGGER = ``; // do it later export const triggers = { postgresql: { column: PSQL_ALTER_COLUMN_TRIGGER, table: PSQL_ALTER_TABLE_TRIGGER, }, // mysql: {}, // mongodb: {}, };