UNPKG

@matthewbonig/rds-tools

Version:

A construct for working with RDS SQL servers

4 lines (3 loc) 72 B
export interface IProvider { query(script: string): Promise<any>; }