// SPDX-License-Identifier: Apache-2.0
//! SQL identifier escaping.
/// Quote a SQL identifier (collection / column name) by doubling any
/// internal double-quotes and wrapping the result in double-quotes —
/// the SQL standard rule that PostgreSQL applies under
/// `standard_conforming_strings=on`.
pub