CryptoExtension
This class provides a mechanism to enable the pgcrypto extension within a database schema. It inherits from the base extension creation logic to facilitate the use of cryptographic functions and hashing algorithms.
Constructor
Signature
def CryptoExtension(
hints: dict = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| hints | dict = None | Optional dictionary of hints to pass to the parent CreateExtension class. |
Signature
def CryptoExtension(
hints: dict = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| hints | dict = None | A dictionary of configuration hints or metadata used during the extension creation process. |