UNPKG

@matthewbonig/rds-tools

Version:

A construct for working with RDS SQL servers

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