ash_postgres v0.3.0 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 theEcto.Repo
documentation for more:table
- Required. The table to store and read the resource from