Entity groups
Learn how to use Entity groups to store entity groups in the database.
Entity groups are named entities stored in a database that the macro-expand query operator can reference.
Storing an entity group in the database, instead of providing its value in the query text itself, makes it easier to manage these objects.
Management commands
| Function | Description |
|---|---|
| .alter entity_group | Alters an existing entity group and stores it inside the database metadata. |
| .alter-merge entity_group | Alters and merges the value of an existing entity group. |
| .create entity_group | Creates a stored entity group. |
| .drop entity_group | Drops an entity group from the database. |
| .show entity_group(s) | Lists all the stored entity groups, or a specific entity group, in the current database. |
Related content
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.