-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add transactional adapter support for mongoose #154
Comments
Hi, I was planning to add support for plain In terms of |
Yes, I understand, but I don't think there is a conflict because mongoose's support for AsyncLocalStorage makes us easier to provide a transaction adapter for us to use the @transactional decorator feature. |
@GO-DIE Would you like to have a go at implementing it? I am definitely open to contributions. |
I found some free time and put together a mongoose adapter. Feel free to test it for your use-case.
|
mongoose is a popular mongodb client package that is used by many people including myself, and I am eager to add an official transactional adapter to mongoose.
The text was updated successfully, but these errors were encountered: