# `MnemosynePostgres.Ecto.Links`
[🔗](https://github.com/edlontech/mnemosyne_postgres/blob/main/lib/mnemosyne_postgres/ecto/links.ex#L1)

Ecto type that stores graph edge links as JSONB.

On the Elixir side, links are `%{atom() => MapSet.t(String.t())}`.
On the DB side, they are `%{String.t() => [String.t()]}` stored as JSONB.

# `embed_as`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
