pub const DB_QUERY_TEXT: &str = "db.query.text";
The database query being executed.
SELECT * FROM wuser_table where username = ?
SET mykey "WuValue"