UNPKG

node-pg-migrate-custom

Version:

Postgresql database migration management tool for node.js

8 lines (7 loc) 191 B
export default class PgLiteral { readonly value: string; static create(str: string): PgLiteral; readonly literal = true; constructor(value: string); toString(): string; }