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 (8 loc) 209 B
export = RawSQL; declare class RawSQL { constructor(sql: any, args?: any[]); sql: any; args: any[]; __replace_alias(alias: any): any; __getFormattedSQL(index: number, alias: any): any[]; }