# `SferaDoc.Store.ETS`
[🔗](https://github.com/sfera-lab/sfera-doc/blob/v0.1.0/lib/sfera_doc/store/ets.ex#L1)

ETS-backed in-memory storage adapter for SferaDoc.

> #### Development and testing only {: .warning}
>
> This adapter stores templates in a BEAM ETS table. All data is lost on
> process crash or node restart. Use only for development and testing.

## Configuration

    config :sfera_doc, :store,
      adapter: SferaDoc.Store.ETS

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `reset`

Clears all entries: test helper only.

# `start_link`

---

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