@page "/"
@implements IDisposable
Monitor, manage, and validate all database features referenced in Chrono Cloud
@(health.ErrorMessage ?? "Could not connect to the database server. Ensure PostgreSQL is running on the configured host/port.")
Tracks developer and user strategic card notes with primary key indexing on CardName. Supports live search, adding, updating, and deletion.
Stores full player decks with native PostgreSQL jsonb mapping for Cards list (with counts) and Divers list.
Stores WebAuthn / FIDO2 binary credentials (raw byte[] for CredentialId, PublicKey, UserHandle) with counter verification.