puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
59 stars 6 forks source link

Support for querying any SQLITE db #111

Closed puffyCid closed 5 months ago

puffyCid commented 5 months ago

This PR adds support for querying any SQLITE db file on the system. It serializes the column names and values into JSON and so analysts can use the artemis API to create queries and review results

codecov[bot] commented 5 months ago

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (18b02c7) 82.11% compared to head (6e6f084) 83.81%.

Files Patch % Lines
artemis-core/src/runtime/applications/sqlite.rs 86.27% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #111 +/- ## ========================================== + Coverage 82.11% 83.81% +1.69% ========================================== Files 198 448 +250 Lines 17958 51376 +33418 ========================================== + Hits 14747 43060 +28313 - Misses 3211 8316 +5105 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.