pub fn build( driver: &DatabaseDriver, db_path: &str ) -> Result<Box<dyn Database>, Error>
.
This function will return an error if unable to connect to the database.