DjangoDBModule
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| connections | ConnectionHandler | A 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
| Type | Description |
|---|---|
ConnectionHandler | The handler instance used to retrieve and manage database connection objects. |