use crateSymbol;
/// The result of a successfully executed statement.
///
/// Each variant corresponds to a statement type and carries enough
/// information for the client to display a confirmation message
/// (e.g. `CREATE DATABASE` in psql).
///
/// Analogous to PostgreSQL's command tags.