File: ui.rst

package info (click to toggle)
sqlparse 0.4.2-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 688 kB
  • sloc: python: 4,851; sql: 159; makefile: 108; sh: 19
file content (15 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 <https://cloud.google.com/appengine/>`_
  application that exposes the formatting features using a web front-end.
  See https://sqlformat.org/ for details.
  The source for this application is available from a source code check out
  of the :mod:`sqlparse` module (see :file:`extras/appengine`).