/devdb

A small key/value store backed by Edn, Json or Exs files.

Primary LanguageElixir

DevDB

This is a small key/value store persisted on disk for kickstarting projects requiring a persistant database.

Installation

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

def deps do
  [{:devdb, "~> 1.0.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/devdb.