The Python CLI equivalent of this: ```python def rows(): yield {"id": 1, "name": "Cleo"} yield {"id": 2, "name": "Suna"} db["creatures"].insert_all(rows()) ``` Similar to the `--functions` mechanism, recently extended in: - #681