Exograph.Postgres.FragmentStore (exograph v0.3.0)

Copy Markdown View Source

Durable fragment store backed by Ecto and Postgres.

Summary

Types

t()

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

Functions

all(store)

count(store)

get(store, fragment_id)

new(opts \\ [])

page(store, offset, limit, opts \\ [])

put(store, fragments)

term_frequencies(store, terms)