How can I analyse a Sqlite query execution?

Viewed 21929

I have a Sqlite database which I want to check the indexes are correct. MS SQL Analyser is great at breaking down the query execution and utilised indexes.

Is there a similar tool for Sqlite?

3 Answers
Related