pub async fn connect(db_path: &str) -> Result<Box<dyn Database>, Error>
Connect to a database.
This function will return an Error::UnrecognizedDatabaseDriver if unable to match database type.
Error::UnrecognizedDatabaseDriver