pub fn get_driver(db_path: &str) -> Result<Driver, Error>
Get the Driver of the Database from the Connection String
This function will return an Error::UnrecognizedDatabaseDriver if unable to match database type.
Error::UnrecognizedDatabaseDriver