Skip to content

Add ESE - #4

Merged
Schamper merged 2 commits into
mainfrom
add-ese
Sep 26, 2025
Merged

Add ESE#4
Schamper merged 2 commits into
mainfrom
add-ese

Conversation

@Schamper

@Schamper Schamper commented Sep 26, 2025

Copy link
Copy Markdown
Member

Also changed and fixed a few things:

  • Bug in XPRESS decompression
  • Rename everything from esedb to ese
  • Rename the database class to ESE

Comment thread README.md Outdated
@@ -1,11 +1,13 @@
from __future__ import annotations

from dissect.database.bsd.db import DB

@Horofic Horofic Sep 26, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, in hindsight. Maybe you want to rename DB to BerkleyDB or something along those lines? For instance, from dissect.database import DB feels a bit ambiguous now.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about that too, but it's just a convenience import. The recommended import path is either from dissect.database.bsd.db import DB or from dissect.database.bsd import DB.

I don't have super strong opinion either way, but DB is (sadly) more in line with the Berkeley DB nomenclature.

@Schamper
Schamper requested a review from Horofic September 26, 2025 12:17
@codecov

codecov Bot commented Sep 26, 2025

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@Schamper
Schamper merged commit 7b76faf into main Sep 26, 2025
21 checks passed
@Schamper
Schamper deleted the add-ese branch September 26, 2025 12:20
twiggler pushed a commit to twiggler/dissect-monorepo-test that referenced this pull request May 26, 2026
twiggler pushed a commit to twiggler/dissect-monorepo-test that referenced this pull request Jun 4, 2026
twiggler pushed a commit to twiggler/dissect-monorepo-test that referenced this pull request Jun 5, 2026
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.

2 participants