Skip to main content

DjangoDBModule

No overview available.

Attributes

AttributeTypeDescription
connectionsConnectionHandlerA connection handler instance used to manage and access multiple database connections within the Django framework.

Constructor

Signature

def DjangoDBModule() - > null

Methods


connections()

def connections() - > ConnectionHandler

Provides access to the Django connection handler for managing multiple database configurations.

Returns

TypeDescription
ConnectionHandlerThe handler instance used to retrieve and manage database connection objects.