validate_database_location

Function validate_database_location 

Source
pub fn validate_database_location(path: &Path) -> DbResult<()>
Expand description

Validate the database location without creating its parent or opening SQLite.

ยงErrors

Returns a typed error if local WAL-safe filesystem placement cannot be proven.