jcarlos46 / kv-elixir

Learning Elixir by implementing a key-value database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kv-elixir

Learning Elixir by implementing a key-value database.

Based on the Introduction to Mix and OTP from Elixir website.

Test

mix test

Run on REPL

iex -S mix

Compile

mix compile

About

Learning Elixir by implementing a key-value database


Languages

Language:Elixir 100.0%