ngyv / re-modelr

A simple-to-use pure javascript object-relational mapping to manage data.
MIT License
0 stars 0 forks source link

[FEATURE] Domain store #5

Closed ngyv closed 6 years ago

ngyv commented 6 years ago

This does not include handling of relationships declared in model attributes.

codecov[bot] commented 6 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.81%. The diff coverage is 92.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage    92.3%   93.12%   +0.81%     
==========================================
  Files           3        4       +1     
  Lines          91      407     +316     
==========================================
+ Hits           84      379     +295     
- Misses          7       28      +21
Impacted Files Coverage Δ
lib/index.js 100% <100%> (ø) :arrow_up:
lib/base-model.js 94.36% <100%> (+5.65%) :arrow_up:
lib/fetcher.js 100% <100%> (ø) :arrow_up:
lib/domain-store.js 91.97% <91.97%> (ø)

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 df1c0e9...a02f4f1. Read the comment docs.