UNPKG

test-easy-psql

Version:

Welcome to the test-easy-psql documentation! test-easy-psql is a simple intermediary for querying data in PostgreSQL databases. Whether you're a beginner or an experienced developer, this documentation will help you get started with test-easy-psql and lev

9 lines (7 loc) 209 B
export = SQL; declare class SQL { constructor(cb: (args?: any) => [string, any[]] | string); sql: any; __getSQL(args: any): any[]; __getFormattedSQL(sql: any, args: any, index: any): any[]; }