Constant DB_QUERY_PARAMETER

pub const DB_QUERY_PARAMETER: &'static str;
Expand description

A query parameter used in db.query.text, with <key> being the parameter name, and the attribute value being a string representation of the parameter value.

§Notes

§Examples

  • "someval"
  • "55"