View Source AshPostgres (ash_postgres v2.4.5)

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

base_filter_sql(resource)

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

See AshPostgres.DataLayer.Info.base_filter_sql/1.

check_constraints(resource)

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

See AshPostgres.DataLayer.Info.check_constraints/1.

custom_indexes(resource)

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

See AshPostgres.DataLayer.Info.custom_indexes/1.

custom_statements(resource)

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

See AshPostgres.DataLayer.Info.custom_statements/1.

exclusion_constraint_names(resource)

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

See AshPostgres.DataLayer.Info.exclusion_constraint_names/1.

foreign_key_names(resource)

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

See AshPostgres.DataLayer.Info.foreign_key_names/1.

identity_index_names(resource)

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

See AshPostgres.DataLayer.Info.identity_index_names/1.

manage_tenant_create?(resource)

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

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

manage_tenant_template(resource)

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

See AshPostgres.DataLayer.Info.manage_tenant_template/1.

manage_tenant_update?(resource)

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

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

migrate?(resource)

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

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

migration_types(resource)

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

See AshPostgres.DataLayer.Info.migration_types/1.

polymorphic?(resource)

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

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

polymorphic_name(resource)

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

See AshPostgres.DataLayer.Info.polymorphic_name/1.

polymorphic_on_delete(resource)

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

See AshPostgres.DataLayer.Info.polymorphic_on_delete/1.

polymorphic_on_update(resource)

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

See AshPostgres.DataLayer.Info.polymorphic_on_update/1.

references(resource)

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

See AshPostgres.DataLayer.Info.references/1.

repo(resource)

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

See AshPostgres.DataLayer.Info.repo/1.

schema(resource)

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

See AshPostgres.DataLayer.Info.schema/1.

skip_unique_indexes(resource)

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

See AshPostgres.DataLayer.Info.skip_unique_indexes/1.

table(resource)

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

See AshPostgres.DataLayer.Info.table/1.

unique_index_names(resource)

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

See AshPostgres.DataLayer.Info.unique_index_names/1.