HStoreExtension
This class is used to enable the hstore extension in a PostgreSQL database. It inherits from the base extension creation logic to specifically manage the installation and configuration of the hstore data type.
Constructor
Signature
def HStoreExtension(
hints: any = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| hints | any = None | Optional hints used during the extension creation process. |
Signature
def HStoreExtension(
hints: dict = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| hints | dict = None | A dictionary of metadata or configuration hints used by the database backend during the extension creation process. |