pub fn build(
    driver: &DatabaseDriver,
    db_path: &str
) -> Result<Box<dyn Database>, Error>
Expand description

.

Errors

This function will return an error if unable to connect to the database.