Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tabularium
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading