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

Aws RDS postgress serverless #20

Closed
pontusab opened this issue Oct 6, 2019 · 5 comments
Closed

Aws RDS postgress serverless #20

pontusab opened this issue Oct 6, 2019 · 5 comments

Comments

@pontusab
Copy link

pontusab commented Oct 6, 2019

Nice lib! Getting an error like this:

 DataTypeNotSupportedError: Data type "timestamptz" in "AuthToken.createdAt" is not supported by "aurora-data-api" database.

How come timestamptzis not supported?

@pontusab
Copy link
Author

pontusab commented Oct 9, 2019

I guess we need to add AuroraDataApiDriver where PostgresDriver is used too in TypeORM

@ArsenyYankovsky
Copy link
Owner

This driver only works for the MySQL right now. I guess there should be a special parameter to handle the Postgres as well in the future.

@pontusab
Copy link
Author

Ok. I will fix that then

@KidA001
Copy link

KidA001 commented May 21, 2020

@pontusab has PSQL support been added?

@ArsenyYankovsky
Copy link
Owner

@KidA001 Postgres support is tracked here

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

No branches or pull requests

3 participants