Skip to main content

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

NameTypeDescription
hintsdict = NoneOptional dictionary of hints to pass to the parent CreateExtension class.

Signature

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

Parameters

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