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 <noreply@anthropic.com>
This commit was merged in pull request #3.
This commit is contained in:
2026-09-07 13:08:42 +01:00
co-authored by Claude Sonnet 5
parent 2a04163d6e
commit dedf3928b0
+13
View File
@@ -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 # Sqimple
A Go library to simplify building typical SQL queries for CRUD applications. A Go library to simplify building typical SQL queries for CRUD applications.