DbStatus import type {DbStatus} from '@fuzdev/fuz_app/db/status.js'; Full database status snapshot.
connected
Whether the database is reachable.
type boolean
error?
Error message if connection failed.
type string
table_count
Number of public tables.
type number
tables
Per-table row counts.
type Array<TableStatus>
migrations
Per-namespace migration status.
type Array<MigrationStatus>
old_tracker_shape?
True if the pre-0.42 schema_version shape (with a version column)
was detected. The runner refuses to start in this state — operators
see this flag as their cue to drop the table or call baseline().
type boolean