Exograph.FragmentStore.Postgres (exograph v0.1.0)

Copy Markdown View Source

Durable fragment store backed by Ecto and Postgres.

Summary

Types

t()

@type t() :: %Exograph.FragmentStore.Postgres{
  extractors: keyword() | [atom()],
  package: Exograph.Package.t() | nil,
  package_version: Exograph.PackageVersion.t() | nil,
  prefix: String.t(),
  repo: module()
}