Skip to content

Commit

Permalink
chore: add install section
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Sep 13, 2024
1 parent 2082f6b commit 03bfac7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ ast.version // => 160001
ast.stmts // => [{ stmt: SelectStmt, stmt_len: 8 }, { stmt: SelectStmt, stmt_location: 9 }]
```

## Install

```
pnpm add @pg-nano/pg-parser
```

The major and minor version of this package is meant to be aligned with the supported PostgreSQL major and minor version. Older and newer versions may be compatible, but this is not guaranteed.

Upon install, the pre-compiled binary for your operating system and architecture will be pulled from GitHub Releases.

## API

This package exports the following functions:
Expand Down

0 comments on commit 03bfac7

Please sign in to comment.