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

extract mdbx from reth-db #8512

Open
mattsse opened this issue May 30, 2024 · 0 comments
Open

extract mdbx from reth-db #8512

mattsse opened this issue May 30, 2024 · 0 comments
Assignees
Labels
A-db Related to the database C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented May 30, 2024

Describe the feature

ref #8509

for #8510, having just the lightweight database traits would be beneficial.

we could do a threeway split of reth-db:
reth-db-api for all the abstractions
reth-db, helper types and reth-mdbx feature for reexport (so we don't break the entire codebase)
reth-mdbx implements reth-db-api for mdbx types

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request S-needs-triage This issue needs to be labelled A-db Related to the database and removed S-needs-triage This issue needs to be labelled labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-db Related to the database C-enhancement New feature or request
Projects
Status: Todo
2 participants