pub const DB_STATEMENT: &str = "db.statement";
Expand description

The database statement being executed.

§Examples

  • SELECT * FROM wuser_table
  • SET mykey "WuValue"