Skip to content

Graphorin API reference v0.5.0


Graphorin API reference / @graphorin/store-sqlite / / FtsIntegrityReport

Interface: FtsIntegrityReport

Defined in: packages/store-sqlite/src/fts-integrity.ts:34

One FTS table's integrity finding.

Properties

PropertyModifierTypeDescriptionDefined in
orphanRowsreadonlynumberFTS rows whose rowid matches no row in the base table.packages/store-sqlite/src/fts-integrity.ts:38
tablereadonlystringThe FTS table inspected.packages/store-sqlite/src/fts-integrity.ts:36