pub struct Config<File: ManagedFile> { /* private fields */ }Expand description
A database configuration used to open a database.
Implementations
Creates a new config to open a database located at path.
Returns a default configuration to open a database located at path.
Sets the chunk cache to use for this database.
Sets the file manager.
Uses the thread_pool provided instead of creating its own. This will
allow a single thread pool to manage multiple Roots instances’
transactions.