-
Notifications
You must be signed in to change notification settings - Fork 120
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
Encrypted database with TypeORM #140
Comments
@rkreutzer @chriswep Chris can you answer that one |
@rkreutzer there is no technical limitation. you can easily make a PR at the TypeORM repo with the option added to the driver. |
@rkreutzer @jepiqueau this is now included in a PR i just submitted: typeorm/typeorm#7868 |
@chriswep thanks for answering this request |
Thanks. I started to look into it yesterday, but glad you did it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to use database encryption with the TypeORM driver?
The driver has the no-encryption statement hardcoded in the createConnection process. Is this because of a technical limitation?
The text was updated successfully, but these errors were encountered: