View Source Ash.DataLayer.Ets (ash v2.0.0-pre.1)
An ETS (Erlang Term Storage) backed Ash Datalayer, for testing.
This is used for testing. Do not use this data layer in production
Link to this section Summary
Functions
private?(resource)
deprecated
Stops the storage for a given resource/tenant (deleting all of the data)
table(resource)
deprecated
Link to this section 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.