View Source AshPostgres (ash_postgres v1.5.23)

The AshPostgres extension gives you tools to map a resource to a postgres database table.

For more, check out the getting started guide

Summary

Functions

Functions

Link to this function

base_filter_sql(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.base_filter_sql/1.

See AshPostgres.DataLayer.Info.base_filter_sql/1.

Link to this function

check_constraints(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.check_constraints/1.

See AshPostgres.DataLayer.Info.check_constraints/1.

Link to this function

custom_indexes(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.custom_indexes/1.

See AshPostgres.DataLayer.Info.custom_indexes/1.

Link to this function

custom_statements(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.custom_statements/1.

See AshPostgres.DataLayer.Info.custom_statements/1.

Link to this function

exclusion_constraint_names(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.exclusion_constraint_names/1.

See AshPostgres.DataLayer.Info.exclusion_constraint_names/1.

Link to this function

foreign_key_names(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.foreign_key_names/1.

See AshPostgres.DataLayer.Info.foreign_key_names/1.

Link to this function

identity_index_names(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.identity_index_names/1.

See AshPostgres.DataLayer.Info.identity_index_names/1.

Link to this function

manage_tenant_create?(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.manage_tenant_create?/1.

See AshPostgres.DataLayer.Info.manage_tenant_create?/1.

Link to this function

manage_tenant_template(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.manage_tenant_template/1.

See AshPostgres.DataLayer.Info.manage_tenant_template/1.

Link to this function

manage_tenant_update?(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.manage_tenant_update?/1.

See AshPostgres.DataLayer.Info.manage_tenant_update?/1.

This function is deprecated. use AshPostgres.DataLayer.Info.migrate?/1.

See AshPostgres.DataLayer.Info.migrate?/1.

Link to this function

migration_types(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.migration_types/1.

See AshPostgres.DataLayer.Info.migration_types/1.

This function is deprecated. use AshPostgres.DataLayer.Info.polymorphic?/1.

See AshPostgres.DataLayer.Info.polymorphic?/1.

Link to this function

polymorphic_name(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.polymorphic_name/1.

See AshPostgres.DataLayer.Info.polymorphic_name/1.

Link to this function

polymorphic_on_delete(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.polymorphic_on_delete/1.

See AshPostgres.DataLayer.Info.polymorphic_on_delete/1.

Link to this function

polymorphic_on_update(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.polymorphic_on_update/1.

See AshPostgres.DataLayer.Info.polymorphic_on_update/1.

This function is deprecated. use AshPostgres.DataLayer.Info.references/1.

See AshPostgres.DataLayer.Info.references/1.

This function is deprecated. use AshPostgres.DataLayer.Info.repo/1.

See AshPostgres.DataLayer.Info.repo/1.

This function is deprecated. use AshPostgres.DataLayer.Info.schema/1.

See AshPostgres.DataLayer.Info.schema/1.

Link to this function

skip_unique_indexes(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.skip_unique_indexes/1.

See AshPostgres.DataLayer.Info.skip_unique_indexes/1.

This function is deprecated. use AshPostgres.DataLayer.Info.table/1.

See AshPostgres.DataLayer.Info.table/1.

Link to this function

unique_index_names(resource)

View Source
This function is deprecated. use AshPostgres.DataLayer.Info.unique_index_names/1.

See AshPostgres.DataLayer.Info.unique_index_names/1.