pub fn default_engine_for_data_dir(data_dir: &Path) -> Option<StorageEngine>Expand description
Implicit engine choice for a data directory when no operator override is present. Existing stores defer to their stamp; fresh stores use SQLite.
pub fn default_engine_for_data_dir(data_dir: &Path) -> Option<StorageEngine>Implicit engine choice for a data directory when no operator override is present. Existing stores defer to their stamp; fresh stores use SQLite.