Skip to main content

Module builder

Module builder 

Source
Expand description

The query builder — DB::table("users").where(...).get() in Rust.

Every value goes out as a bound parameter and every identifier is validated and quoted, so a builder chain cannot produce injectable SQL even when the column name came from user input.

Structs§

QueryBuilder
A statement being assembled.

Enums§

Direction