/cheese_wheel

A really dumb and simple persisted document store.

Primary LanguageElixir

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