Utilize static analysis¹ to identify fields accessed for projection generation. #63
Labels
2.enhancement
New ideas or improvements.
need:example
For task completion, one or more examples are required.
We can begin the search from the line pulling in the record (
.find_one
, &c.) through all reachable points from there, looking for all attribute and dictionary-like access to that object.¹ At runtime.
The text was updated successfully, but these errors were encountered: