Packages

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

Current section

Files

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

include/trove@internal@store_Store.hrl

-record(store, {
handle :: trove@internal@store@file_ffi:file_handle(),
path :: binary()
}).