From 095e0c0bfd80f8b1e8784a82492dda2187a0a006 Mon Sep 17 00:00:00 2001 From: claude Date: Mon, 7 Sep 2026 13:08:45 +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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d81780 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +> [!IMPORTANT] +> **This repository is archived and no longer maintained.** +> +> It tied together `go/record`, `go/sqimple`, and `go/version` (all archived). +> Its pieces are better served by mature libraries. +> +> **Use instead:** +> - [`github.com/jmoiron/sqlx`](https://github.com/jmoiron/sqlx) — scanning rows into structs or maps (the `ScanRecords` job). +> - [`github.com/pressly/goose`](https://github.com/pressly/goose) or [`github.com/golang-migrate/migrate`](https://github.com/golang-migrate/migrate) — migrations. +> - [`github.com/Masterminds/squirrel`](https://github.com/Masterminds/squirrel) — query building. + +--- + +# sqaffold + +Lightweight SQLite application scaffolding (migrations, query helpers, row scanning).