mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-14 21:16:34 +03:00
Dropped a lot of words from the front matter
Replaced with links to the types adaptation table and the extension docs.
This commit is contained in:
parent
5f320e52f4
commit
c862554fdc
|
@ -15,16 +15,10 @@ Psycopg 2 is mostly implemented in C as a libpq_ wrapper, resulting in being
|
||||||
both efficient and secure. It features client-side and :ref:`server-side
|
both efficient and secure. It features client-side and :ref:`server-side
|
||||||
<server-side-cursors>` cursors, :ref:`asynchronous communication
|
<server-side-cursors>` cursors, :ref:`asynchronous communication
|
||||||
<async-support>` and :ref:`notifications <async-notify>`, |COPY-TO-FROM|__
|
<async-support>` and :ref:`notifications <async-notify>`, |COPY-TO-FROM|__
|
||||||
support, and a flexible :ref:`objects adaptation system
|
support. Many Python types are supported out-of-the-box and :ref:`adapted to
|
||||||
<python-types-adaptation>`. Many basic Python types are supported
|
matching PostgreSQL data types <python-types-adaptation>`; adaptation can be
|
||||||
out-of-the-box and mapped to matching PostgreSQL data types, such as strings
|
extended and customized thanks to a flexible :ref:`objects adaptation system
|
||||||
(both byte strings and Unicode), numbers (ints, longs, floats, decimals),
|
<adapting-new-types>`.
|
||||||
booleans and date/time objects (both built-in and `mx.DateTime`_), several
|
|
||||||
types of :ref:`binary objects <adapt-binary>`. Also available are mappings
|
|
||||||
between lists and PostgreSQL arrays of any supported type, between
|
|
||||||
:ref:`dictionaries and PostgreSQL hstore <adapt-hstore>`, between
|
|
||||||
:ref:`tuples/namedtuples and PostgreSQL composite types <adapt-composite>`,
|
|
||||||
and between Python objects and :ref:`JSON <adapt-json>`.
|
|
||||||
|
|
||||||
Psycopg 2 is both Unicode and Python 3 friendly.
|
Psycopg 2 is both Unicode and Python 3 friendly.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user