# Autonomic Postgres v0.1.0 - Table of Contents

> PostgreSQL durable authority store, Ecto repository, transactional ledger,
and epoch fencing backend for the Autonomic Kernel architecture.

## Pages

- Overview
  - [Overview](readme.md)
  - [Changelog](changelog.md)
  - [License](license.md)

- Guides
  - [PostgreSQL Authority](01-postgres-authority.md)
  - [Schema Model](02-schema-model.md)
  - [Epoch Fencing &amp; Recovery](03-epoch-fencing-and-recovery.md)
  - [Semantic Evidence &amp; Trajectories](04-semantic-evidence-and-trajectories.md)

## Modules

- Store Implementation
  - [Autonomic.Postgres.Application](Autonomic.Postgres.Application.md)
  - [Autonomic.Store.Postgres](Autonomic.Store.Postgres.md): PostgreSQL-backed durable authority store with one lock order: episode -> effect -> lease.
  - [Autonomic.Store.Repo](Autonomic.Store.Repo.md)

- Schemas
  - [Autonomic.Store.Schema.CapabilityLease](Autonomic.Store.Schema.CapabilityLease.md)
  - [Autonomic.Store.Schema.Checkpoint](Autonomic.Store.Schema.Checkpoint.md)
  - [Autonomic.Store.Schema.Effect](Autonomic.Store.Schema.Effect.md)
  - [Autonomic.Store.Schema.EffectDecision](Autonomic.Store.Schema.EffectDecision.md)
  - [Autonomic.Store.Schema.Episode](Autonomic.Store.Schema.Episode.md)
  - [Autonomic.Store.Schema.EpisodeEvent](Autonomic.Store.Schema.EpisodeEvent.md)
  - [Autonomic.Store.Schema.ObservationFrame](Autonomic.Store.Schema.ObservationFrame.md)
  - [Autonomic.Store.Schema.RecoveryRecord](Autonomic.Store.Schema.RecoveryRecord.md)

