edgedb-python
edgedb-python copied to clipboard
Model computed fields using QB
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.