October 14th, 2022 by ryan
10+ Years ago, we released sqlDashboards. At the time we used what was the best and the most reliable charting library jfreecharts. It served us well for which we say a big thanks. Now it’s time to launch a new HTML5 based SQL dashboards. Pulse Pulse allows you to create and share real-time interactive dashboards […]
June 28th, 2016 by ryan
sqlDashboards 1.41 has been released and is available to download. Changes include: Support custom JDBC drivers and Authentication Services Fix refresh rate display bug when widget is selected Fix sqlchart.bat to allow running from any current path The custom JDBC/security has been asked for a couple of times but it’s inclusion at this stage is […]
February 15th, 2016 by ryan
SqlDashboards 1.40 has been released and can now be downloaded. Major changes include: Allow user specified refresh rates Speed optimization to prevent chart redraws when query result unchanged. Added built-in demo for MySQL Fixed sd_ column prefix case bug Fix UTF-8 bug on saving .das files. Fixed sqlChart watermark bug on linux
April 18th, 2014 by ryan
I came across this interesting post on ASCII pie charts for MySQL. I thought I’d use our command line tool sqlChart todraw the database pie chart instead. [raw] c:\Program Files (x86)\TimeStored.com\sqlDashboards>mysql -s mysql -u root –password=pp -D sakila -e “SELECT * FROM (SELECT table_name,data_length + index_length AS size FROM information_schema.TABLES WHERE table_schema = ‘sakila’) a […]