# ecto_pgmq v1.0.0 - Table of Contents ## Pages - [EctoPGMQ](readme.md) - [Contributing](contributing.md) - [Change Log](changelog.md) ## Modules - Core - [EctoPGMQ](EctoPGMQ.md): An opinionated PGMQ client for Elixir that builds on top of `Ecto` and the `Ecto.Adapters.Postgres` adapter. - [EctoPGMQ.Migrations](EctoPGMQ.Migrations.md): The entrypoint for managing PGMQ-related `Ecto.Migration` implementations. - [EctoPGMQ.Notifications](EctoPGMQ.Notifications.md): The entrypoint for managing PGMQ notification subscriptions. - [EctoPGMQ.PGMQ](EctoPGMQ.PGMQ.md): An SDK that fully covers the [PGMQ API-space](https://github.com/pgmq/pgmq/blob/main/docs/api/sql/functions.md). - [EctoPGMQ.Producer](EctoPGMQ.Producer.md): A `Broadway.Producer` implementation for PGMQ queues. - Schemas - [EctoPGMQ.Message](EctoPGMQ.Message.md): Schema for PGMQ messages. - [EctoPGMQ.Metrics](EctoPGMQ.Metrics.md): Schema for PGMQ queue metrics. - [EctoPGMQ.Queue](EctoPGMQ.Queue.md): Schema for PGMQ queues. - [EctoPGMQ.Throttle](EctoPGMQ.Throttle.md): Schema for PGMQ queue notification throttles.