pub fn default_export_dir(db_path: &Path) -> PathBufExpand description
Get the default export directory for a database.
Deprecated: Use project_export_dir instead for project-scoped exports.
Returns the parent directory of the database file, which is typically
~/.savecontext/data/ for the global database.