A PostgreSQL-compatible schema implementation.

Hierarchy

Constructors

Properties

connection: Connection

The SQL connection to execute against.

schema: string = 'public'

Methods

  • Resolve true if the schema table with the given name has all the specified columns.

    Parameters

    • table: string
    • name: string[]

    Returns Promise<boolean>