View Source Ash.DataLayer.Ets (ash v3.2.6)

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.

Summary

Functions

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

Functions

Link to this function

do_add_calculations(records, resource, calculations, domain)

View Source
Link to this function

stop(resource, tenant \\ nil)

View Source

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