ash_postgres v0.1.4 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 the Ecto.Repo documentation for more

  • :table - Required. The name of the database table backing the resource

Link to this section Summary

Link to this section Functions