Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure backend TypeORM to talk to Aurora-Postgres DB in RDS #153

Open
KihyeokK opened this issue Aug 21, 2023 · 0 comments
Open

Configure backend TypeORM to talk to Aurora-Postgres DB in RDS #153

KihyeokK opened this issue Aug 21, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@KihyeokK
Copy link
Collaborator

  • Aurora is an AWS optimized integration of Postgres. We currently use Aurora-postgres instead of plain Postgres database on AWS RDS.
  • TypeORM probably needs to use a "data api driver" to connect to RDS database, and code changes will need to be made. It seems like DataSource can't be used anymore.
    Hints:
  1. https://geniusee.com/single-blog/typeorm-Integration-with-aurora-data-api
  2. https://github.com/ArsenyYankovsky/typeorm-aurora-data-api-driver#
  3. https://github.com/typeorm/typeorm/blob/022d2b5f622771349355f00a087c26c930db0d25/src/driver/aurora-postgres/AuroraPostgresConnectionOptions.ts#L6
@KihyeokK KihyeokK added the help wanted Extra attention is needed label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant