Skip to main content

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

NameTypeDescription
hintsany = NoneOptional hints used during the extension creation process.

Signature

def HStoreExtension(
hints: dict = None
) - > null

Parameters

NameTypeDescription
hintsdict = NoneA dictionary of metadata or configuration hints used by the database backend during the extension creation process.