Skip to content

Commit 26b01e3

Browse files
committed
readme
1 parent 4a0e395 commit 26b01e3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@
1414
<a href="https://github.com/launchql/pgsql-parser/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
1515
</p>
1616

17-
## PostgreSQL AST Tools
18-
17+
## PostgreSQL Parsing, Deparsing & AST Tools
1918

2019
A comprehensive monorepo for PostgreSQL Abstract Syntax Tree (AST) parsing, manipulation, and code generation. This collection of packages provides everything you need to work with PostgreSQL at the AST level, from parsing SQL queries to generating type-safe TypeScript definitions.
2120

22-
## πŸ“¦ Packages Overview
21+
## πŸ“¦ Packages
2322

2423
| Package | Description | Key Features |
2524
|---------|-------------|--------------|
@@ -36,7 +35,7 @@ A comprehensive monorepo for PostgreSQL Abstract Syntax Tree (AST) parsing, mani
3635
Choose the packages you need:
3736

3837
```bash
39-
# For parsing SQL to AST and back
38+
# For parsing SQL to AST and back (includes deparser)
4039
npm install pgsql-parser
4140

4241
# For only converting AST to SQL (lighter weight)

β€Žpackages/deparser/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install pgsql-deparser
2424

2525
## Features
2626

27-
* ⚑ **Pure TypeScript Performance** – Zero dependencies, no WASM, no compilation - just blazing fast SQL generation
27+
* ⚑ **Pure TypeScript Performance** – Zero runtime dependencies, no WASM, no compilation - just blazing fast SQL generation
2828
* πŸͺΆ **Ultra Lightweight** – Minimal footprint with laser-focused functionality for AST-to-SQL conversion only
2929
* πŸ§ͺ **Battle-Tested Reliability** – Validated against 23,000+ SQL statements ensuring production-grade stability
3030
* 🌍 **Universal Compatibility** – Runs anywhere JavaScript does - browsers, Node.js, edge functions, you name it

0 commit comments

Comments
Β (0)