interface Poolable {
    useMaster?: boolean;
}

Hierarchy (view full)

Properties

Properties

useMaster?: boolean

Force the query to use the write pool, regardless of the query type.

Default

false