ormlette/query/run

This is used to help run the output of src/ormlette/query/query.sql() output

Functions

pub fn param_to_value(v: Param) -> Value
pub fn run(
  sql: #(String, List(Param)),
  db: Connection,
  decoder: fn(Dynamic) -> Result(a, List(DecodeError)),
) -> Result(Returned(a), QueryError)
Search Document