View Source AshPostgres (ash_postgres v2.1.17)
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
custom_indexes(resource)
deprecated
exclusion_constraint_names(resource)
deprecated
manage_tenant_template(resource)
deprecated
migrate?(resource)
deprecated
polymorphic?(resource)
deprecated
references(resource)
deprecated
repo(resource)
deprecated
schema(resource)
deprecated
table(resource)
deprecated
Functions
This function is deprecated. use AshPostgres.DataLayer.Info.base_filter_sql/1.
This function is deprecated. use AshPostgres.DataLayer.Info.check_constraints/1.
This function is deprecated. use AshPostgres.DataLayer.Info.custom_indexes/1.
This function is deprecated. use AshPostgres.DataLayer.Info.custom_statements/1.
This function is deprecated. use AshPostgres.DataLayer.Info.exclusion_constraint_names/1.
See AshPostgres.DataLayer.Info.exclusion_constraint_names/1
.
This function is deprecated. use AshPostgres.DataLayer.Info.foreign_key_names/1.
This function is deprecated. use AshPostgres.DataLayer.Info.identity_index_names/1.
This function is deprecated. use AshPostgres.DataLayer.Info.manage_tenant_create?/1.
This function is deprecated. use AshPostgres.DataLayer.Info.manage_tenant_template/1.
This function is deprecated. use AshPostgres.DataLayer.Info.manage_tenant_update?/1.
This function is deprecated. use AshPostgres.DataLayer.Info.migrate?/1.
This function is deprecated. use AshPostgres.DataLayer.Info.migration_types/1.
This function is deprecated. use AshPostgres.DataLayer.Info.polymorphic?/1.
This function is deprecated. use AshPostgres.DataLayer.Info.polymorphic_name/1.
This function is deprecated. use AshPostgres.DataLayer.Info.polymorphic_on_delete/1.
This function is deprecated. use AshPostgres.DataLayer.Info.polymorphic_on_update/1.
This function is deprecated. use AshPostgres.DataLayer.Info.references/1.
This function is deprecated. use AshPostgres.DataLayer.Info.repo/1.
This function is deprecated. use AshPostgres.DataLayer.Info.schema/1.
This function is deprecated. use AshPostgres.DataLayer.Info.skip_unique_indexes/1.
This function is deprecated. use AshPostgres.DataLayer.Info.table/1.
This function is deprecated. use AshPostgres.DataLayer.Info.unique_index_names/1.