Given a query and a sqlite3 populated DB, suggest indexes that will improve the speed of that query (and similar).

This could be done using insights about the underlining engine (look at this page for insights on a different engine) or by doing hill-climbing on index additions.