getappmap / appmap-python

AppMap client agent for Python
https://appland.org
Other
98 stars 16 forks source link

Support async ORM - tortoise #280

Open virajkanwade opened 7 months ago

virajkanwade commented 7 months ago

https://github.com/tortoise/tortoise-orm/blob/0c8efde78c4dae480b229e75790631297cab7fb3/tortoise/queryset.py

Could add wrapt around _execute function of various AwaitableQuery classes like UpdateQuery DeleteQuery etc.