|
|
|
|
|
by yardshop
2086 days ago
|
|
I found this library a couple years ago when making simple HTML reports from Powershell scripts, to be viewed locally from a network share: AlaSQL JavaScript SQL Database Library
http://alasql.org/
Works really nicely to show your data in a table and allow sorting by columns and running predefined or ad hoc queries. It's a JavaScript SQL database, so you need to get your data into it primarily as JSON, but it supports importing from text, CSV, and some other common formats, and exporting too. |
|