use cratePostgresGenerator;
use crateSqlGenerator;
/// SQL dialect selection for transpilation.
///
/// PostgreSQL is the only SQL target. The enum is kept so
/// `to_sql_with_dialect` remains a stable call shape; the 1.x `SQLite`
/// variant was removed in 2.0.