aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtSql.rst
blob: 07673f294b12f615758856c0d2f90e0c4f04798b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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

List of Classes by Function
---------------------------

    * :ref:`Database-Classes`