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 是一個重型即時分佈式資料庫管理系統。