Constant DB_SQL_TABLE

Source
pub const DB_SQL_TABLE: &'static str;
👎Deprecated: {note: Replaced by db.collection.name, but only if not extracting the value from db.query.text., reason: uncategorized}
Expand description

Deprecated, use db.collection.name instead, but only if not extracting the value from db.query.text.

§Notes

§Examples

  • "mytable"