dbal-rds-data icon indicating copy to clipboard operation
dbal-rds-data copied to clipboard

A driver to use the aws aurora serverless rds data api in the doctrine database abstraction layer

Results 3 dbal-rds-data issues
Sort by recently updated
recently updated
newest added

dbal defines `Doctrine\DBAL\Connection::setTransactionIsolation` which allows to set the transaction isolation to 4 different levels. https://www.doctrine-project.org/projects/doctrine-dbal/en/2.10/reference/transactions.html This function runs a `SET SESSION TRANSACTION ISOLATION LEVEL` query in the background which should...

documentation
help wanted

I noticed that some projects switch from the official aws-sdk to [async-aws](https://github.com/async-aws/aws) which looks promising. I should investigate if it is possible to contribute there to add support for the...

The [ExecuteStatement](https://docs.aws.amazon.com/rdsdataservice/latest/APIReference/API_ExecuteStatement.html) documentation warns about huge results. > The response size limit is 1 MB or 1,000 records. If the call returns more than 1 MB of response data or...

enhancement