I'm using RushORM in my project on Android and I feel like it's very difficult to understand. I've been facing issues during my development which are somehow related to some internal SQL queries RushORM is generating. Unfortunately, RushORM doesn't print any SQL queries in log.
My question: Is it possible to force RushORM to log all SQL queries before sending them to the underlying SQL-engine ?