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

db: move db to the root level #1894

Merged
merged 3 commits into from
Mar 11, 2024
Merged

db: move db to the root level #1894

merged 3 commits into from
Mar 11, 2024

Conversation

battlmonstr
Copy link
Contributor

depends on #1890

also:

  • db: move snapshots under db
  • move snapshot_sync to db

db is our storage layer on top of snapshots and mdbx. It might be renamed to storage in the future.
Currently the snapshots sync logic (share/download and bittorrent client) ends up in db, but we might split it into a separate "replication" module in the future.

@battlmonstr battlmonstr requested a review from canepat March 8, 2024 15:45
@battlmonstr battlmonstr changed the title db: move to the root level db: move db to the root level Mar 8, 2024
@battlmonstr battlmonstr force-pushed the pr/db_move branch 2 times, most recently from bbb9554 to 0d14d6f Compare March 11, 2024 09:57
@canepat canepat added the maintenance Some maintenance work (fix, refactor, rename, test...) label Mar 11, 2024
@canepat canepat merged commit 13d0b98 into master Mar 11, 2024
4 checks passed
@canepat canepat deleted the pr/db_move branch March 11, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Some maintenance work (fix, refactor, rename, test...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants