For debugging purposes, I'd like to be able to acquire a log of all the native SQL statements that ODB executes during a program run. In native sqlite, I believe this is possible through the sqlite_trace API. Is there something similar in ODB?