Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

feat: MySQL implementation of interface methods needed by Aries agent #74

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

DRK3
Copy link
Contributor

@DRK3 DRK3 commented Feb 28, 2021

  • Implementation of various provider and stores methods that are needed in order for a MySQL provider to work in an Aries agent.
  • The implementation introduced in this commit is functional but not optimal - it doesn't take advantage of the proper built-in MySQL indexing functionality. This is left as a ToDo.

Signed-off-by: Derek Trider [email protected]

@codecov
Copy link

codecov bot commented Feb 28, 2021

Codecov Report

Merging #74 (b9df4cd) into main (5d4fd6a) will decrease coverage by 4.40%.
The diff coverage is 81.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   86.95%   82.55%   -4.41%     
==========================================
  Files           3        1       -2     
  Lines         598      235     -363     
==========================================
- Hits          520      194     -326     
+ Misses         47       21      -26     
+ Partials       31       20      -11     
Impacted Files Coverage Δ
component/storage/mysql/store.go 82.55% <81.16%> (-3.91%) ⬇️
component/storage/mongodb/mongodb.go
component/storage/couchdb/store.go

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d4fd6a...415d27b. Read the comment docs.

- Implementation of various provider and stores methods that are needed in order for a MySQL provider to work in an Aries agent.
- The implementation introduced in this commit is functional but not optimal - it doesn't take advantage of the proper built-in MySQL indexing functionality. This is left as a ToDo.

Signed-off-by: Derek Trider <[email protected]>
@troyronda troyronda merged commit 2d8d691 into hyperledger-archives:main Mar 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants