interface SearchPathable {
    searchPath?: string;
}

Hierarchy (view full)

Properties

Properties

searchPath?: string

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