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

FunctionDescription
.alter entity_groupAlters an existing entity group and stores it inside the database metadata.
.alter-merge entity_groupAlters and merges the value of an existing entity group.
.create entity_groupCreates a stored entity group.
.drop entity_groupDrops 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.