nayaverdier / dyntastic

A DynamoDB library on top of Pydantic and boto3.
MIT License
55 stars 12 forks source link

Add support for scan_index_forward option #5

Closed bvsn closed 1 year ago

bvsn commented 1 year ago

Based on the Dynamodb Query docs I have a proposal to implement scan_index_forward option which allows setting the sorting direction for supported columns.

codecov-commenter commented 1 year ago

Codecov Report

Merging #5 (9fc708c) into main (199d308) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff            @@
##              main        #5   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          539       539           
  Branches       102       102           
=========================================
  Hits           539       539           
Impacted Files Coverage Δ
dyntastic/main.py 100.00% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

nayaverdier commented 1 year ago

@bvsn Thank you! Release should be out shortly