Function turbosql::set_db_path[][src]

pub fn set_db_path(path: &Path) -> Result<(), Error>

Set the local path and filename where Turbosql will store the underlying SQLite database.

Must be called before any usage of Turbosql macros or will return an error.