pub fn validate_database_location(path: &Path) -> DbResult<()>
Validate the database location without creating its parent or opening SQLite.
SQLite
Returns a typed error if local WAL-safe filesystem placement cannot be proven.