Function sqlx::query_with[][src]

pub fn query_with<'q, DB, A>(sql: &'q str, arguments: A) -> Query<'q, DB, A> where
    A: IntoArguments<'q, DB>,
    DB: Database

Make a SQL query, with the given arguments.