Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

xmyst/innkeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Innkeeper

  • Innkeeper creates and owns your ETS tables.
  • Innkeeper makes them public and named.
  • Innkeeper does not do anything else.

Installation

Innkeeper wants Elixir v1.18, but is willing to bargain. Venture forth, add Innkeeper to the dependencies:

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

Run mix deps.get and see what happens.

Usage

Once you need an ETS table:

use Innkeeper

ets_table :my_table, read_concurrency: true, write_concurrency: :auto

The table will be provided.

About

Manages your (ETS) tables

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages