pub const DB_COLLECTION_NAME: &str = "db.collection.name";
Expand description

The name of a collection (table, container) within the database.

If the collection name is parsed from the query, it SHOULD match the value provided in the query and may be qualified with the schema and database name. It is RECOMMENDED to capture the value as provided by the application without attempting to do any case normalization.

§Examples

  • public.users
  • customers