Skip to content

Conversation

@innocenzi
Copy link
Member

Closes #1663

This pull request adds the ability to pass more PDO options to all 3 database configs.

return new MysqlConfig(
    persistent: true,
    verifyServerCertificate: true,
    certificateAuthority: '/etc/ssl/certs/ca-certificates.crt',
    clientCertificate: '/path/to/cert.pem',
    clientKey: '/path/to/key.pem',
);

@innocenzi innocenzi merged commit d75d54c into 3.x Dec 29, 2025
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants