From 772eac89bb5568aa47baf5f8b619262d4d3d5a19 Mon Sep 17 00:00:00 2001 From: Nicholas Chen Date: Wed, 28 May 2025 01:13:00 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aad4a7a..3727e67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # SQL Query Parser +Screenshot 2025-05-28 at 1 12 13 AM +Screenshot 2025-05-28 at 1 12 29 AM +Screenshot 2025-05-28 at 1 12 54 AM A TypeScript implementation of a SQL query parser that can query flat JSON objects. The application provides a web interface for executing SQL queries and viewing query history. @@ -79,4 +82,4 @@ Criteria for quality: - Correctness on valid queries - Graceful failure on invalid queries -- do not crash or fail silently to the user given valid initial inputs - General code structure and taste; if you don't know Haskell conventions that's fine, just do something that you find readable. -- No excessive optimizations, difficult to read function chaining, or typelevel programming. \ No newline at end of file +- No excessive optimizations, difficult to read function chaining, or typelevel programming.