saplingjs / sapling

🌿 Sapling is a Node.js framework for faster-than-light web development.
https://www.saplingjs.com
MIT License
14 stars 0 forks source link

Implement options in Memory driver #421

Closed groenroos closed 2 years ago

groenroos commented 2 years ago

Implements the limit, skip and sort options in the Memory driver.

Closes #163

codecov[bot] commented 2 years ago

Codecov Report

Merging #421 (b5bac20) into master (e4c28f5) will decrease coverage by 0.02%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
- Coverage   98.05%   98.02%   -0.03%     
==========================================
  Files          37       37              
  Lines        4575     4607      +32     
==========================================
+ Hits         4486     4516      +30     
- Misses         89       91       +2     
Impacted Files Coverage Δ
drivers/db/Memory.js 98.41% <93.93%> (-0.68%) :arrow_down:
lib/Storage.js 89.81% <100.00%> (ø)

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 e4c28f5...b5bac20. Read the comment docs.