pub type WriteLock { Write StickyWrite }
Write
StickyWrite
pub fn delete( table: Table, key key: a, with lock: WriteLock, ) -> Nil
pub fn delete_object( table: Table, record value: a, with lock: WriteLock, ) -> Nil
pub fn write( table: Table, record value: a, with lock: WriteLock, ) -> Nil