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

feat: add wrapper function to support MongoDB transactions #12

Merged
merged 6 commits into from
Dec 21, 2023

Conversation

harsh-2711
Copy link
Collaborator

@harsh-2711 harsh-2711 commented Dec 19, 2023

Fixes: #11

Also, adds the support for multi-tenancy which was removed earlier during the separation of init step for default Mongo connection configuration.

@harsh-2711 harsh-2711 added the enhancement New feature or request label Dec 19, 2023
@harsh-2711 harsh-2711 self-assigned this Dec 19, 2023
transaction_test.go Show resolved Hide resolved
connection.go Outdated Show resolved Hide resolved
connection_cache.go Show resolved Hide resolved
docs/multi_tenancy.md Outdated Show resolved Hide resolved
entity_mongo_model_opts.go Show resolved Hide resolved
entity_mongo_model_test.go Outdated Show resolved Hide resolved
@harsh-2711 harsh-2711 merged commit 539402a into main Dec 21, 2023
1 check passed
@harsh-2711 harsh-2711 deleted the feat/transactions branch December 21, 2023 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ FEATURE: MongoDB Transactions support 🚀
2 participants