Packages

An embedded, crash-safe key-value store for Gleam, inspired by CubDB

Current section

Files

Jump to
trove include trove@internal@db_PutIn.hrl
Raw

include/trove@internal@db_PutIn.hrl

-record(put_in, {
name :: binary(),
key_bytes :: bitstring(),
value_bytes :: bitstring(),
reply :: gleam@erlang@process:subject(nil)
}).