sqlite
sqlite copied to clipboard
Any way to log the queries (SQL) before they are executed?
Don't really see like Statement.to_sql() to use before calling .next() to help debugging, am I missing something?
Not sure. Is it some function SQLite provides?