SqliteStatementLogger
Enables logging of SQL statement at the moment before it starts executing
Uses SQLITE_TRACE_STMT, SQLITE_TRACE_ROW, SQLITE_TRACE_CLOSE callbacks of SQLite Trace under the hood.
Enables logging of SQL statement at the moment before it starts executing
Uses SQLITE_TRACE_STMT, SQLITE_TRACE_ROW, SQLITE_TRACE_CLOSE callbacks of SQLite Trace under the hood.