LeviSchuck / cheese_wheel

A really dumb and simple persisted document store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CheeseWheel

A really dumb and simple persisted document store.

Only store atoms, maps, lists, numbers, and basic binaries

Installation

If available in Hex, the package can be installed by adding cheese_wheel to your list of dependencies in mix.exs:

def deps do
  [
    {:cheese_wheel, "~> 0.1.0"}
  ]
end

About

A really dumb and simple persisted document store.


Languages

Language:Elixir 100.0%