amnesiac/read

Functions

pub fn all_keys(table: Table) -> List(a)
pub fn first_key(table: Table) -> Option(a)
pub fn last_key(table: Table) -> Option(a)
pub fn match_object(
  table: Table,
  match pattern: a,
  with lock: LockType,
) -> List(b)
pub fn next_key(table: Table, cursor key: a) -> Option(b)
pub fn prev_key(table: Table, cursor key: a) -> Option(b)
pub fn read(table: Table, key: a, with lock: LockType) -> List(b)
Search Document