Files
impala/shell/ext-py/sqlparse-0.1.19/docs/source/ui.rst
Fredy Wijaya 49413d9c5b IMPALA-6999: Upgrade to sqlparse-0.1.19 for Impala shell
sqlparse-0.1.19 is the last version of sqlparse that supports Python
2.6.

Testing:
- Ran all end-to-end tests

Change-Id: Ide51ef3ac52d25a96b0fa832e29b6535197d23cb
Reviewed-on: http://gerrit.cloudera.org:8080/10354
Reviewed-by: David Knupp <dknupp@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2018-05-10 19:27:52 +00:00

16 lines
563 B
ReStructuredText

User Interfaces
===============
``sqlformat``
The ``sqlformat`` command line script ist distributed with the module.
Run :command:`sqlformat --help` to list available options and for usage
hints.
``sqlformat.appspot.com``
An example `Google App Engine <http://code.google.com/appengine/>`_
application that exposes the formatting features using a web front-end.
See http://sqlformat.appspot.com for details.
The source for this application is available from a source code check out
of the :mod:`sqlparse` module (see :file:`extras/appengine`).