interface SearchPathable {
    searchPath?: string;
}

Hierarchy (View Summary, Expand)

Properties

Properties

searchPath?: string

An optional parameter to specify the schema search_path (Postgres only)

MMNEPVFCICPMFPCPTTAAATR