[][src]Function sqlx::query

pub fn query<DB>(sql: &str) -> Query<DB> where
    DB: Database

Construct a raw SQL query that can be chained to bind parameters and executed.