A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.
Stars
1.2k
Forks
83
Watchers
1.2k
Open Issues
118
Overall repository health assessment
^3.654.0^3.654.01.2.7^3.395.0^8.0.2^1.0.2^4.2.12^8.0.3^15.14.9^8.3.0^2.100.02.630.0^17.0.04.2.0^3.1.10.4.525.4.07.1.1^1.3.02.24.0^15.1.0^3.0.3^0.12.0^0.5.19^2.28.0^10.9.1^0.28.1^5.2.27.0.1495
commits
13
commits
8
commits
3
commits
2
commits
2
commits
2
commits
2
commits
2
commits
1
commits
fix: restrict where clause to projected attributes on indexes with SK composites (#556) (#557)
6342178View on GitHubfix: parse returns null for invalid data and allows ignoreOwnership override (#553, #561) (#562)
2950ce1View on GitHubfeat: add `client` option to `go()` method (#544)
d73c644View on GitHubReplace coalesce operator with double pipes to satisfy browser build.
690e9c9View on GitHub[Improvement] Enable independent projection across collection entities (#550)
2c0773fView on GitHubfix: invalid ProjectionExpression for entities without a sort key when using attributes option (#548) (#549)
f73bc20View on GitHubUpdate attribute validation type in documentation to reflect changes in the `validate` property. The callback now returns a boolean indicating validity, enhancing clarity on validation behavior. (#539)
dc83441View on GitHub