edgedb-python icon indicating copy to clipboard operation
edgedb-python copied to clipboard

Model computed fields using QB

Open vpetrovykh opened this issue 4 months ago • 0 comments

We may want to have the ability to define computed fields directly in Python models. The fields can be defined using the QB expressions and would function very similar to schema-defined computeds. This would allow such fields to be re-used more easily and more consistently than ad-hoc computeds in the QB.

vpetrovykh avatar Aug 08 '25 10:08 vpetrovykh