Skip to content

Commit

Permalink
docs: mention scanSync in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 7, 2024
1 parent 562b9dc commit f0bed3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This package exports the following functions:
- `parsePlPgSQLSync`
- `fingerprint` (for generating a unique string for a SQL string)
- `fingerprintSync`
- `scanSync` (for scanning a SQL string and returning a list of tokens)
- `splitWithScannerSync` (for splitting a SQL string into one or more statements)
- `walk` (for traversing the AST)
- `select` (for type-safe, deep field access through dot-notation)
Expand Down

0 comments on commit f0bed3b

Please sign in to comment.