Do you want to pick up from where you left of?
Take me there

Lessons: Storage

Explore how interact with the BEAM's built in data storage, Redis, and others.

Erlang 项式存储 (ETS)

Erlang 项式存储 (Erlang Term Storage,通常简称 ETS) 是 OTP 中内置的一个功能强大的存储引擎,我们在 Elixir 中也可以很方便地使用。本文将介绍如何使用 ETS 以及如何在我们的应用中使用它。

Mnesia 数据库

Mnesia 是一个强大的分布式实时数据库管理系统。