pub const DB_QUERY_TEXT: &str = "db.query.text";
Expand description

The database query being executed.

§Examples

  • SELECT * FROM wuser_table where username = ?
  • SET mykey "WuValue"