elchemista / etsdb

simple etsdb with persistence on file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etsdb

Under development!

Very simple ets db with persistence on file. use ETSDB, config: [:set, :protected, {:read_concurrency, true}]

Absolute path where db file will be saved. config :etsdb, filename: "/tmp/ets_db"

Installation

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

def deps do
  [
    {:etsdb, github: "NeoAlchemist/etsdb"}
  ]
end

About

simple etsdb with persistence on file.


Languages

Language:Elixir 100.0%