interface Poolable {
    useMaster?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

useMaster?: boolean

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

false