ash_postgres v0.25.1 AshPostgres.DataLayer View Source
A postgres data layer that levereges Ecto's postgres capabilities.
Link to this section Summary
Functions
Postgres data layer configuration
Link to this section Functions
Postgres data layer configuration
Options
:repo
- Required. The repo that will be used to fetch your data. See theAshPostgres.Repo
documentation for more:migrate?
- Whether or not to include this resource in the generated migrations withmix ash.generate_migrations
The default value istrue
.:base_filter_sql
- A raw sql version of the base_filter, e.grepresentative = true
. Required if trying to create a unique constraint on a resource with a base_filter:skip_unique_indexes
- Skip generating unique indexes when generating migrations The default value isfalse
.:table
- Required. The table to store and read the resource from
Sections
- manage_tenant -
AshPostgres.DataLayer.ManageTenant