Skip to content

feat: sqlite support#77

Merged
math280h merged 2 commits into
mainfrom
feat/sqlite
Jun 10, 2026
Merged

feat: sqlite support#77
math280h merged 2 commits into
mainfrom
feat/sqlite

Conversation

@math280h

Copy link
Copy Markdown
Owner

Closes #54

@github-actions

Copy link
Copy Markdown

Test coverage

Name Stmts Miss Branch BrPart Cover
redactdump/__init__.py 0 0 0 0 100%
redactdump/app.py 130 0 42 0 100%
redactdump/core/__init__.py 0 0 0 0 100%
redactdump/core/config.py 96 0 10 0 100%
redactdump/core/database.py 330 0 126 0 100%
redactdump/core/errors.py 1 0 0 0 100%
redactdump/core/file.py 206 0 96 0 100%
redactdump/core/models.py 17 0 0 0 100%
redactdump/core/redactor.py 146 0 62 0 100%
TOTAL 926 0 336 0 100%

@math280h math280h merged commit 310817c into main Jun 10, 2026
15 checks passed
@math280h math280h deleted the feat/sqlite branch June 10, 2026 00:35
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.

SQLite support

1 participant