Hi - I think it would be extremely handy to have an option in the
sqlite3.exe program for printing the execution time of a query. Would that
be hard to add? I'm thinking something like:

sqlite3> .timed
sqlite3> select * from mytable;
value1 value2 value3
...
Total Time: 1.253 milliseconds
sqlite3>

What do you guys think?

-Dave

Reply via email to