// SPDX-License-Identifier: BUSL-1.1
//! De-qualify a db-qualified collection name to the bare name the catalog
//! keys collections by.
use DatabaseId;
/// Strip the `{database_id}/` qualifier from a db-qualified collection name
/// to recover the bare name the catalog keys collections by (the DEFAULT
/// database uses the bare name unqualified).
pub