TBD54566975 / dwn-sql-store

Apache License 2.0
8 stars 6 forks source link

Simplified SQL implementation of Data Store based on interface change #17

Closed thehenrytsai closed 9 months ago

thehenrytsai commented 9 months ago
  1. Simplified SQL implementation of Data Store based on interface change.
  2. Added an index for efficient look up.
  3. Minor refactoring and renaming.
codecov[bot] commented 9 months ago

Codecov Report

Merging #17 (22f3ef6) into main (e34f10d) will decrease coverage by 0.32%. The diff coverage is 87.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ========================================== - Coverage 80.68% 80.36% -0.32% ========================================== Files 10 10 Lines 1082 988 -94 Branches 149 137 -12 ========================================== - Hits 873 794 -79 + Misses 209 194 -15 ```