azure_postgre_sql_datastore Module

Contains the base functionality for datastores that save connection information to Azure Database for PostgreSQL.

Classes

AzurePostgreSqlDatastore

Represents a datastore that saves connection information to Azure Database for PostgreSQL.

You should not work with this class directly. To create a datastore that saves connection information to Azure Database for PostgreSQL, use the register_azure_postgre_sql method of the Datastore class.

Note: When using a datastore to access data, you must have permission to access the data, which depends on the credentials registered with the datastore.

Initialize a new AzurePostgreSqlDatastore.