Blink.Store (blink v0.2.0)

View Source

The central data structure used throughout the Blink seeding pipeline.

A Store holds:

  • :tables — data that will be inserted into the database.
  • :context — auxiliary data available while constructing the Store, and will not be inserted into the database.

Summary

Types

t()

@type t() :: %Blink.Store{context: map(), tables: map()}