summaryrefslogtreecommitdiffstats
path: root/docs/basic/index.rst
blob: bf9e27da4cb53d789a7375c5c3373893709bf339 (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
.. _basic:

Getting started with Psycopg 3
==============================

This section of the documentation will explain :ref:`how to install Psycopg
<installation>` and how to perform normal activities such as :ref:`querying
the database <usage>` or :ref:`loading data using COPY <copy>`.

.. important::

    If you are familiar with psycopg2 please take a look at
    :ref:`from-psycopg2` to see what is changed.

.. toctree::
    :maxdepth: 2
    :caption: Contents:

    install
    usage
    params
    adapt
    pgtypes
    transactions
    copy
    from_pg2