This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sqimple/README.md
T

21 lines
564 B
Markdown
Raw Normal View History

2026-09-07 13:08:42 +01:00
> [!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)
---
2026-07-07 20:28:39 +01:00
# Sqimple
A Go library to simplify building typical SQL queries for CRUD applications.
## License
See [LICENSE.md](./LICENSE.md)