Support for AWS Aurora Serverless V2's Data API #10566
DriesCruyskens
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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