diff --git a/.tabularium b/.tabularium index fd42bb8..c92ab4e 100644 --- a/.tabularium +++ b/.tabularium @@ -2,7 +2,7 @@ "$schema": "https://registry.tabularis.dev/manifest.schema.json?kind=driver", "name": "postgresql", "version": "1.0.0-beta.5", - "description": "PostgreSQL plugin driver for Tabularis (parity implementation)", + "description": "Full-featured PostgreSQL driver for Tabularis: browse schemas, tables, views, routines, and triggers; run queries with EXPLAIN plans; edit rows with type-aware binding for enums, JSON, arrays, UUIDs; generate DDL for tables, columns, indexes, and foreign keys.", "category": "database", "tags": ["driver", "postgresql", "postgres", "sql", "relational", "database-driver"], "license": "Apache-2.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index c820692..461a5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased] + +### Changed + +- `.tabularium`'s `description` rewritten from the internal-facing + "PostgreSQL plugin driver for Tabularis (parity implementation)" to a + capability-focused tagline (schemas/tables/views/routines/triggers, + EXPLAIN plans, type-aware row editing, DDL generation) matching the + style of the strongest sibling plugin descriptions on the Tabularium + registry (`mongodb`, `firestore`). Synced the GitHub repo's own + description field to match, since it was still the old wording. + ## [1.0.0-beta.5] - 2026-08-14 ### Added