UNPKG

@scaleleap/pg-format

Version:

A fully typed TypeScript and Node.js implementation of PostgreSQL format() to safely create dynamic SQL queries. SQL identifiers and literals are escaped to help prevent SQL injection.

2 lines (1 loc) 61 B
export declare const POSTGRESQL_RESERVED_WORDS: Set<string>;