|
|
|
|
|
by yellowapple
3431 days ago
|
|
Mnesia is probably what you want in that case, since it turns (D)ETS into a full-fledged database rather than a simple key-value store (think SQL v. Redis). Both are part of Erlang/OTP, though, so you get them for free just by using Erlang/Elixir/LFE/whatever. There's a hex.pm package called "Amnesia" that wraps Mnesia in a more Elixiry format. |
|