Support for AWS Aurora Serverless V2's Data API #10566
DriesCruyskens
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
I wonder what's the status of this issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is currently only possible to use a database connection string in the payload config:
To support the Aurora Data API, drizzle initialises the driver using different config. Drizzle already has support for this (https://orm.drizzle.team/docs/connect-aws-data-api-pg)
So ideally it should be possible to also configure payload's postgresAdapter this way:
Beta Was this translation helpful? Give feedback.
All reactions