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

typeorm Connection deprecated 이슈 #7

Open
develjsw opened this issue Aug 1, 2023 · 0 comments
Open

typeorm Connection deprecated 이슈 #7

develjsw opened this issue Aug 1, 2023 · 0 comments

Comments

@develjsw
Copy link
Owner

develjsw commented Aug 1, 2023

Nest.js version에 따라 아래 부분이

import { Connection } from 'typeorm'

deprecated가 뜨는 것을 확인할 수 있는데

이럴 때 아래와 같이 변경해주면 된다.

import { DataSource } from 'typeorm'
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

1 participant