View Source Ash.DataLayer.Ets (ash v2.15.0)
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
private?(resource)
deprecated
Stops the storage for a given resource/tenant (deleting all of the data)
table(resource)
deprecated
Functions
This function is deprecated. use Ash.DataLayer.Ets.Info.private?/1 instead.
Stops the storage for a given resource/tenant (deleting all of the data)
This function is deprecated. use Ash.DataLayer.Ets.Info.table/1 instead.