-
Notifications
You must be signed in to change notification settings - Fork 88
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
How do i get Transaction to work ? Getting ConnectionNotFound error #116
Comments
I think this one is pretty serious. Was investigating it today half a day. The thing is that |
and I love the simplicity of |
Same error |
Sadly, I don't think this repo is still being maintained. You can check out https://github.com/Aliheym/typeorm-transactional It's a forked from this repository
|
Meanwhile this motivated me to try prisma and I'm happy so far |
I added the @transactional() decorator to my service and this is the error it throws
ConnectionNotFoundError: Connection "default" was not found.
The text was updated successfully, but these errors were encountered: