UNPKG

db-scout

Version:

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

16 lines (15 loc) 270 B
declare const queries: { DB_INFO_QUERY: { postgresql: string; }; dbscout: { system_info: string; }; triggers: { postgresql: { column: string; table: string; }; }; }; export default queries;