You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
English | [中文说明](README.zh.md)
4
4
5
+
Free online SQL to JSON/Table converter – paste SQL, get JSON or HTML instantly.
6
+
5
7
A lightweight web tool to convert SQL INSERT statements into JSON and a rendered HTML table. Supports multiple statements, schema inference from CREATE TABLE, inline validation, JSON previews, downloads, and more.
6
8
7
9
Note: This is a 100% client-side web app (pure HTML/JS). It requires no backend and works perfectly on GitHub Pages.
@@ -17,6 +19,22 @@ Note: This is a 100% client-side web app (pure HTML/JS). It requires no backend
- Zero setup: paste SQL, convert directly in the browser. No DB server required.
25
+
- Multiple outputs: JSON for APIs, HTML tables for reports/dashboards.
26
+
- Easy updates: generate UPDATE statements from selected rows for quick fixes.
27
+
- Education-friendly: visualize how SQL maps to JSON/HTML.
28
+
- Offline-ready: pure HTML5/JavaScript, runs anywhere, ideal for GitHub Pages.
29
+
30
+
## Support (Buy Me a Coffee)
31
+
32
+
Hi! I built this free tool to quickly turn SQL into JSON or HTML tables. If it saved you time, consider buying me a coffee—your support helps me improve and add features!
0 commit comments