module documentation

PostgreSQL database backend for Django. Requires psycopg 2: https://www.psycopg.org/

Class CursorDebugWrapper Undocumented
Class DatabaseWrapper No class docstring; 0/1 property, 0/1 instance variable, 0/9 class variable, 2/13 methods documented
Function psycopg2_version Undocumented
Constant INETARRAY Undocumented
Constant INETARRAY_OID Undocumented
Constant PSYCOPG2_VERSION Undocumented
def psycopg2_version(): (source)

Undocumented

INETARRAY = (source)

Undocumented

Value
psycopg2.extensions.new_array_type((INETARRAY_OID), 'INETARRAY', psycopg2.extensions.UNICODE
)
INETARRAY_OID: int = (source)

Undocumented

Value
1041
PSYCOPG2_VERSION = (source)

Undocumented

Value
psycopg2_version()