@@ -6,6 +6,17 @@ A lightweight web tool to convert SQL INSERT statements into JSON and a rendered
66
77Note: This is a 100% client-side web app (pure HTML/JS). It requires no backend and works perfectly on GitHub Pages.
88
9+ [ ![ GitHub Pages] ( https://img.shields.io/badge/Deploy-GitHub%20Pages-2ea44f?logo=github )] ( https://snakewa.github.io/html5-sql-insert-tools/ )
10+ ![ Static] ( https://img.shields.io/badge/Client--side-Static-blue )
11+ ![ Language] ( https://img.shields.io/badge/i18n-EN%2FZH-informational )
12+ ![ Theme] ( https://img.shields.io/badge/Theme-Light%20%7C%20Dark%20%7C%20System-7952B3 )
13+ ![ License] ( https://img.shields.io/badge/License-MIT-green )
14+ ![ Last Commit] ( https://img.shields.io/github/last-commit/snakewa/html5-sql-insert-tools )
15+
16+ ## Live Demo
17+
18+ - URL: https://snakewa.github.io/html5-sql-insert-tools/
19+
920## Features
1021
1122- Robust parsing of ` INSERT INTO ... VALUES (...), (...); ` across multiple tables
@@ -88,6 +99,24 @@ Produces grouped JSON:
8899- All logic is in ` script.js ` ; UI is in ` index.html ` .
89100- No external build tools required. Bootstrap CDN is used for styling.
90101
102+ ## Offline Usage (Download ZIP)
103+
104+ Use the app locally without any server:
105+
106+ 1 . Go to the repository page: https://github.com/snakewa/html5-sql-insert-tools
107+ 2 . Click the green "Code" button → "Download ZIP".
108+ 3 . Extract the ZIP to a folder on your computer.
109+ 4 . Open the extracted folder and double‑click ` index.html ` to launch in your browser.
110+ 5 . Paste your SQL and click Convert.
111+
91112## License
92113
93114MIT
115+
116+ ## Support
117+
118+ If this tool helps you, consider buying me a coffee ☕️
119+
120+ <a href =" https://www.buymeacoffee.com/snakewa " target =" _blank " >
121+ <img src =" https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png " alt =" Buy Me A Coffee " height =" 48 " width =" 173 " >
122+ </a >
0 commit comments