// SPDX-License-Identifier: Apache-2.0
//! Shared SQL escaping helpers used by both the native and the remote
//! clients. One implementation per escape rule; call sites elsewhere
//! must not re-implement these.
pub
pub
pub use quote_identifier;
pub use quote_string_literal;