# sourced_postgres v0.1.0 - Table of Contents

> A PostgreSQL event store adapter for Sourced, built on Postgrex.

## Pages

- [Sourced.Postgres](readme.md)

## Modules

- [Sourced.EventStore.Postgres](Sourced.EventStore.Postgres.md): A PostgreSQL implementation of `Sourced.EventStore` backed by your
application's Ecto repo.
- [Sourced.EventStore.Postgres.Event](Sourced.EventStore.Postgres.Event.md): Ecto schema for the sourced events table, and every query the adapter runs
against it.
- [Sourced.EventStore.Postgres.Migrations](Sourced.EventStore.Postgres.Migrations.md): Migration creating the tables and triggers the event store reads and writes.
- [Sourced.EventStore.Postgres.Subscription](Sourced.EventStore.Postgres.Subscription.md): A dynamically started GenServer for listening to appended events and dispatching to the caller.

- [Sourced.EventStore.Postgres.Tag](Sourced.EventStore.Postgres.Tag.md): Ecto schema for the side table queries match tags against, and the queries run
against it.

