howdy/authentication/ets

Types

pub external type Identifier
pub type Options {
  Set
  OrderedSet
  Bag
  DuplicateBag
  Public
  Protected
  Private
  NamedTable
}

Constructors

  • Set
  • OrderedSet
  • Bag
  • DuplicateBag
  • Public
  • Protected
  • Private
  • NamedTable

Functions

pub external fn delete(table: a, id) -> Bool
pub external fn insert(table: a, tuple) -> Bool
pub external fn lookup(table: a, id) -> List(b)
pub external fn new(
  table: a,
  options: List(Options),
) -> Identifier