# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Dir sets the data directory and write-ahead log (WAL) directory options for the database.
NewDB initializes and returns a new instance of DB with optional configuration provided by variadic Options.
SegmentSize sets the size limit for each data segment in megabytes.
# Type aliases
Options defines a function type that accepts a pointer to DB and modifies its configuration.