# `Electric.PersistentKV.Memory`
[🔗](https://github.com/electric-sql/electric/tree/%40core/sync-service%401.6.2/packages/sync-service/lib/electric/persistent_kv/memory.ex#L1)

# `seed_data`

```elixir
@type seed_data() :: [{binary(), term()}] | %{required(binary()) =&gt; term()}
```

# `t`

```elixir
@type t() :: %Electric.PersistentKV.Memory{parent: pid(), pid: pid()}
```

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `contents`

# `new!`

```elixir
@spec new!(seed_data()) :: t()
```

# `start_link`

---

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