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

Support for querying any SQLITE db #111

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Support for querying any SQLITE db #111

merged 1 commit into from
Feb 12, 2024

Conversation

puffyCid
Copy link
Owner

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

Copy link

codecov bot commented Feb 12, 2024

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 ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@puffyCid puffyCid merged commit b4a10b9 into main Feb 12, 2024
13 checks passed
@puffyCid puffyCid deleted the dynamic-sqlite branch February 12, 2024 13:52
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.

1 participant