ash_postgres v0.1.2 AshPostgres View Source
A postgres data layer that levereges Ecto's postgres tools.
To use it, add use AshPostgres, repo: MyRepo
to your resource, after use Ash.Resource
:repo
- Required. The repo that will be used to fetch your data. See theEcto.Repo
documentation for more:table
- The name of the database table backing the resource