mirror of
https://github.com/amitshekhariitbhu/go-backend-clean-architecture.git
synced 2026-04-27 05:25:51 +03:00
[GH-ISSUE #14] How to Create MongoDB Index #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-backend-clean-architecture#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @isonz on GitHub (Jun 21, 2023).
Original GitHub issue: https://github.com/amitshekhariitbhu/go-backend-clean-architecture/issues/14
Hi Amit!
Thanks for this perfect project!
May I know how to build mongo db index in this project? Which file should it be in?
@amitshekhariitbhu commented on GitHub (Jun 24, 2023):
Hi @isonz
Most welcome. We can do it in the repository layer.
@isonz commented on GitHub (Jun 26, 2023):
Thank you very much.
Could you update a demo in this project?