Skip to content

routier-collection


routier-collection / core/src / DATABASE_EXECUTION_EXPLANATIONS

Variable: DATABASE_EXECUTION_EXPLANATIONS ​

const DATABASE_EXECUTION_EXPLANATIONS: Record<Exclude<DatabaseExecutionReason, "executed">, string>

Defined in: core/src/plugins/query/explain.ts:47

Why an option planned for the database did not run there. executed has no sentence: it needs no explaining, and a step made of executed options is a database step like any other.

Released under the MIT License.