Adding another PDO Resolver
There was already the PdoStatementResolver, which took a PDOStatement object. Now there is another called just PdoResolver, that takes a PDO instance and a SQL string to build the statement object internally. Consider it a convenience feature. :)