From dedf3928b0f0586bf56c4a92a3a585506077f3af Mon Sep 17 00:00:00 2001 From: claude Date: Mon, 7 Sep 2026 13:08:42 +0100 Subject: [PATCH] add archival notice to README This repository is being archived. Point readers at the standard-library or community package that replaces it. Co-Authored-By: Claude Sonnet 5 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c4c83a9..86c868f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +> [!IMPORTANT] +> **This repository is archived and no longer maintained.** +> +> The string-DSL parser is regex-based and cannot correctly handle chained +> `ON` / `WHERE` clauses. Method-chain query builders solve the same problem +> without parsing. +> +> **Use instead:** +> - [`github.com/Masterminds/squirrel`](https://github.com/Masterminds/squirrel) +> - [`github.com/doug-martin/goqu/v9`](https://github.com/doug-martin/goqu) + +--- + # Sqimple A Go library to simplify building typical SQL queries for CRUD applications.