SQLite Forum

Trace queries from external application on SQLite file
Login
Dear forum,

I'd like to trace the queries an application makes on an SQLite file.

However, I don't have the sources of said application to enable any kind of tracing there. Instead, I'd like to e.g. connect to the SQLite file in parallel, configure the .sqliterc file accordingly, or emulate a virtual SQLite file, so that every incoming query is logged to an external file. 

I've not found a proper way, yet. Any ideas?

Best regards