pub const HYPERDB_INTERNAL_PREFIX: &str = "_hyperdb_";Expand description
Name-prefix convention for tables that belong to the HyperDB MCP’s
own infrastructure (currently the _hyperdb_saved_queries meta-table
used by WorkspaceStore). Hidden from Engine::describe_tables
and from Engine::status’s table_count / total_rows, so users
never see HyperDB’s own bookkeeping in the public catalog.
Any future internal table (watcher state, audit log, etc.) just needs to follow this prefix and it disappears from the public view automatically — no per-table filter list to keep in sync.