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(db)!: separate database collections into individual types (#626) #650

Merged
merged 6 commits into from
Sep 13, 2022

Conversation

grtlr
Copy link
Contributor

@grtlr grtlr commented Sep 12, 2022

  • Separate database collections into individual types.

  • Create ext traits to simplify usage.

  • Use custom thread safe iterator for chunking.

  • Write chunks tests and cleanup code.

Closes #594.

* Separate database collections into individual types.

* Create ext traits to simplify usage.

* Use custom thread safe iterator for chunking.

* Write chunks tests and cleanup code.
src/db/mongodb.rs Outdated Show resolved Hide resolved
@grtlr grtlr changed the title feat(db): separate database collections into individual types (#626) feat(db)!: separate database collections into individual types (#626) Sep 13, 2022
@grtlr grtlr merged commit 5d5499d into main Sep 13, 2022
@grtlr grtlr deleted the refactor/db/collections branch September 13, 2022 07:10
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

Successfully merging this pull request may close these issues.

Create structs for each of the collections in db
1 participant