Skip to content

Commit 35aa7c9

Browse files
committed
readme
1 parent d16f118 commit 35aa7c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/transform/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
`@pgsql/transform` is a TypeScript library for transforming PostgreSQL ASTs between different PostgreSQL versions. It serves as a crucial component for building a single source of truth deparser that can handle SQL from multiple PostgreSQL versions while maintaining backward compatibility.
1616

17-
## 🎯 Core Purpose
17+
## Transforming ASTs Between PG Versions
1818

1919
The transform package enables you to:
2020

2121
- **Transform legacy ASTs**: Convert ASTs from PostgreSQL versions 13-16 to version 17
2222
- **Build unified deparsers**: Create a single deparser pipeline that works with multiple PostgreSQL versions
2323
- **Maintain backward compatibility**: Support legacy codebases while leveraging the latest PostgreSQL features
2424

25-
## ⚠️ Key Limitation
25+
## Key Limitation
2626

2727
This package only supports ASTs derived from SQL that is parseable by PostgreSQL 17. This means:
2828

@@ -32,7 +32,7 @@ This package only supports ASTs derived from SQL that is parseable by PostgreSQL
3232

3333
This design ensures all transformed ASTs can be reliably deparsed using the latest PostgreSQL grammar.
3434

35-
## 📦 Installation
35+
## Installation
3636

3737
```bash
3838
npm install @pgsql/transform

0 commit comments

Comments
 (0)