aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtSql.rst
blob: f3374edc85691049897f4e70537feb976d10fc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Provides a driver layer, SQL API layer, and a user interface layer for SQL databases

The Qt SQL module provides support for SQL databases. Qt SQL's APIs are divided
into different layers:

    * Driver layer
    * SQL API layer
    * User interface layer

The :ref:`SQL Programming<SQL-Programming>` guide contains information about
development using Qt SQL.

Using the Module
^^^^^^^^^^^^^^^^

To include the definitions of modules classes, use the following
directive:

::

    import PySide6.QtSql