API Reference SysTime v#0.1.0

Copy Markdown View Source

Modules

System-versioned temporal tables for Ecto and PostgreSQL.

PostgreSQL migration helpers. Install shared functions with up/0, then call install/2 after creating each base table. sync/1 accepts only trailing additions and raises on existing-position drift or removal.

The system period of one row version.

Explicit temporal queries which do not require a Repo.travel/3 block.

Adds transparent time travel to an Ecto.Repo.

Raised when a travel! callback explicitly rolls back.

Defines a temporal Ecto schema and its read-only history counterpart.

Generates database drift tests for a temporal schema.

Mix Tasks

Generates a per-table migration and passes Ecto migration options through.