Current section
Files
Jump to
Current section
Files
include/feather_Config.hrl
-record(config, {
file :: binary(),
journal_mode :: feather:journal_mode(),
synchronous :: feather:sync_mode(),
temp_store :: feather:temp_store(),
mmap_size :: gleam@option:option(integer()),
page_size :: gleam@option:option(integer()),
foreign_keys :: boolean()
}).