Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

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.
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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