mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
e607abfee3
This SQL formatter/beautifier supports keywords from SQL-92, SQL-99, SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May works with any other databases too. pgFormatter can work as a console program or as a CGI. It will automatically detect his environment and output as text or as HTML following the context. Keywords highlighting will only be available in CGI context. WWW: https://github.com/darold/pgFormatter PR: 219681 Submitted by: Jov <amutu@amutu.com>
9 lines
431 B
Plaintext
9 lines
431 B
Plaintext
This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
|
|
SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
|
|
works with any other databases too. pgFormatter can work as a console
|
|
program or as a CGI. It will automatically detect his environment and
|
|
output as text or as HTML following the context. Keywords highlighting
|
|
will only be available in CGI context.
|
|
|
|
WWW: https://github.com/darold/pgFormatter
|