Skip to main contentCrate sql_forge_macro
Source - db_type
- Expands to the database type from the
SQL_FORGE_DB_TYPE environment variable,
falling back to [package.metadata.sql_forge] in Cargo.toml. - sql_forge
- Builds a parameterized SQL query with compile-time type-checking and a
runtime [
sqlx::QueryBuilder] for dynamic SQL.