AshDyan.DataLayer.Postgres (AshDyan v0.1.0)

Copy Markdown View Source

Capability set for the AshPostgres data layer.

All five v1 capabilities are supported:

  • :frequency / :aggregate — native Ash aggregates.
  • :time_bucketdate_trunc-style bucketing via a Postgres fragment.
  • :percentile — Postgres percentile_cont custom aggregate.
  • :histogram — computed in memory from the returned rows.