ActiveMemory v0.7.1 is an Elixir library that provides a unified interface for in-memory storage using ETS and Mnesia. It abstracts the specifics of both backends behind a common Store abstraction. Setup involves defining a Table with attributes, configuring a Store, and adding it to the application supervision tree. Both Mnesia (default) and ETS table types are supported.

1m read timeFrom hexdocs.pm
Post cover image
372 Impressions