Function turbosql::set_db_path

source ·
pub fn set_db_path(path: &Path) -> Result<(), Error>
Expand description

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.