Skip to content

[IndexedCAS - PART2] Add baseline index implementation

Rohit Kothur requested to merge rkothur/index-baseline-impl into rkothur/index-models

Description

Part 2 of the Indexed CAS changes -- a baseline implementation.

Old discussion here: !231 (closed)

Changes proposed in this merge request:

  • Add IndexABC
  • Add SQL implementation that implements all IndexABC and StorageABC methods
  • Add tests

This merge request, when merged, will address issue/bug:

#181 (closed)

Merge request reports