File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33** SQL Formatter** is a JavaScript library for pretty-printing SQL queries.
44It 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&rarr ; [ 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
You can’t perform that action at this time.
0 commit comments