Constant DB_STATEMENT

pub const DB_STATEMENT: &'static str;
👎Deprecated: {note: Replaced by db.query.text., reason: uncategorized}
Expand description

The database statement being executed.

§Notes

§Examples

  • "SELECT * FROM wuser_table"
  • "SET mykey \"WuValue\""