module documentation

PostgreSQL database backend for Django.

Requires psycopg 2: https://www.psycopg.org/

Constant INETARRAY Undocumented
Constant INETARRAY​_OID Undocumented
Constant PSYCOPG2​_VERSION Undocumented
Class ​Cursor​Debug​Wrapper Undocumented
Class ​Database​Wrapper No class docstring; 0/1 property, 0/1 instance variable, 0/8 class variable, 1/12 method documented
Function psycopg2​_version Undocumented
INETARRAY =

Undocumented

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

Undocumented

Value
1041
PSYCOPG2_VERSION =

Undocumented

Value
psycopg2_version()
def psycopg2_version():

Undocumented