// SPDX-License-Identifier: BUSL-1.1
//! Protocol-neutral collection DML: INSERT INTO / UPSERT INTO.
pub use insert_document;
pub use upsert_document;
// Shared with the `copy_from` bulk-import handlers (same collection-DML
// family): building INSERT SQL from a field map and planning/dispatching it.
pub use ;