hooks.get_cursor
hooks.get_cursor
allows users to retrieve the database cursor associated with their connection. This allows you to execute far more flexible SQL code within your tasks.
Consult the API reference for details on the technical specifications of hooks.get_cursor
.