Our adapters currently don't support the exists CEL operator. This is useful when handling object relationships (arrays of objects) as we can make multiple assertions on each item in the array, individually.
The linked conversation references the Prisma adapter, but this is also unsupported in the SQLAlchemy adapter (probably Mongoose, too, but I haven't checked).
Context: https://cerboscommunity.slack.com/archives/C02A364JYMQ/p1711148574786499
Our adapters currently don't support the
existsCEL operator. This is useful when handling object relationships (arrays of objects) as we can make multiple assertions on each item in the array, individually.The linked conversation references the Prisma adapter, but this is also unsupported in the SQLAlchemy adapter (probably Mongoose, too, but I haven't checked).
Context: https://cerboscommunity.slack.com/archives/C02A364JYMQ/p1711148574786499