Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does TypeORM work with AWS Aurora Serverless?

Does TypeORM work with AWS Aurora Serverless, specifically the Postgres compatible version?

like image 735
Clay Mitchell Avatar asked Feb 15 '26 12:02

Clay Mitchell


1 Answers

As of Dec. 2019, it doesn't - we've been looking for the same thing in the past couple of weeks.

There is a driver package called typeorm-aurora-data-api-driver which you can use in combination with TypeORM, but according to its author (source), it hasn't been tested with the PostgreSQL flavor of Aurora Serverless and it would require additional work in TypeORM to support it.

Note that this "driver" package relies on the data-api-client package to connect to the Aurora Serverless cluster.

Edit

The driver package has been updated to work with Postgres in recent releases.

like image 56
Dan C. Avatar answered Feb 19 '26 22:02

Dan C.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!