From 312459fc46106c20f7e161125329666e6f429eb7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:53:23 +0000 Subject: [PATCH] Add demo screenshot to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c91cf9..687b161 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # sql2js +## Demo + +![sql2js TUI Demo](https://github.com/user-attachments/assets/77122469-71af-403a-aa67-e84925394ea2) + ## Project Topic `sql2js` — an SQL-like query language compiler for JSON data, with an interactive TUI and support for a simple relational database model stored in a `.json` file.