Hi, i looking for a tool, that can visualize the result of database query (MySQL, SQLite3 etc.)
For example, i would like to have results of following query (it is SQLite3 syntax) ...
SELECT count(*) FROM visits v GROUP BY date(v.visit_time)
... to be plotted graphically. (number of visits for each day)
Is there any tool for it ?