# `Ash.DataLayer.Ets`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/data_layer/ets/ets.ex#L5)

An ETS (Erlang Term Storage) backed Ash Datalayer, for testing and lightweight usage.

Remember, this does not have support for transactions! This is not recommended for production
use, especially in multi-user applications. It can, however, be great for prototyping.

# `do_add_calculations`

# `ets`
*macro* 

# `stop`

Stops the storage for a given resource/tenant (deleting all of the data)

---

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