Skip to content

Commit 0d64f9c

Browse files
committed
readme
1 parent db3e424 commit 0d64f9c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/deparser/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,17 @@ npm install pgsql-deparser
8080
While we highly recommend using PG17, for PostgreSQL versions 13-16, use the version-specific packages:
8181

8282
```sh
83-
npm install pgsql-deparser@v13 # PostgreSQL 13
84-
npm install pgsql-deparser@v14 # PostgreSQL 14
85-
npm install pgsql-deparser@v15 # PostgreSQL 15
86-
npm install pgsql-deparser@v16 # PostgreSQL 16
83+
npm install pgsql-deparser@pg13 # PostgreSQL 13
84+
npm install pgsql-deparser@pg14 # PostgreSQL 14
85+
npm install pgsql-deparser@pg15 # PostgreSQL 15
86+
npm install pgsql-deparser@pg16 # PostgreSQL 16
8787
```
8888

89+
**Version Status:**
90+
- **PG17**: 🚀 Recommended (stable + modern AST)
91+
- **PG14-16**: ⚠️ Experimental (modern AST, hardening in progress)
92+
- **PG13**: Stable (legacy AST format)
93+
8994
## Options
9095

9196
The deparser accepts optional configuration for formatting and output control:

0 commit comments

Comments
 (0)