Back to Psycopg

Getting started with Psycopg 3

docs/basic/index.rst

3.3.4579 B
Original Source

.. _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
tstrings
adapt
pgtypes
transactions
copy
from_pg2