summaryrefslogtreecommitdiff
path: root/docs/source/api.rst
blob: 3bce389ba1641f4ae0b102ad15ef0ac031f9021b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
:mod:`sqlparse` -- Parse SQL statements
=======================================

The :mod:`sqlparse` module provides the following functions on module-level.

.. autofunction:: sqlparse.split

.. autofunction:: sqlparse.format

.. autofunction:: sqlparse.parse