Skip to content

Commit 6a0ff72

Browse files
committed
Add PL/SQL to the readme.
1 parent 8c59511 commit 6a0ff72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**SQL Formatter** is a JavaScript library for pretty-printing SQL queries.
44
It started as a port of a [PHP Library][], but has since considerably diverged.
5-
It supports [Standard SQL][], [Couchbase N1QL][] and [IBM DB2][] dialects.
5+
It supports [Standard SQL][], [Couchbase N1QL][], [IBM DB2][] and [Oracle PL/SQL][] dialects.
66

77
→ [Try the demo.](https://zeroturnaround.github.io/sql-formatter/)
88

@@ -40,11 +40,12 @@ sqlFormatter.format("SELECT *", {
4040
});
4141
```
4242

43-
Currently just three SQL dialects are supported:
43+
Currently just four SQL dialects are supported:
4444

4545
- **sql** - [Standard SQL][]
4646
- **n1ql** - [Couchbase N1QL][]
4747
- **db2** - [IBM DB2][]
48+
- **pl/sql** - [Oracle PL/SQL][]
4849

4950
### Placeholders replacement
5051

@@ -93,3 +94,4 @@ $ npm run check
9394
[Standard SQL]: https://en.wikipedia.org/wiki/SQL:2011
9495
[Couchbase N1QL]: http://www.couchbase.com/n1ql
9596
[IBM DB2]: https://www.ibm.com/analytics/us/en/technology/db2/
97+
[Oracle PL/SQL]: http://www.oracle.com/technetwork/database/features/plsql/index.html

0 commit comments

Comments
 (0)