pub const BROWSER_SESSION_ID: &str = "_browser";Expand description
Stable session id used for the schema browser’s introspection
calls (list_databases, list_schemas, list_relations). Uses
a name that can’t collide with a UUID-generated tab session id.