[ FEATURES ]
Core capabilities for production environments.
Minimal Definition
Only PK, SK, and indexes. No rigid attribute schemas — embrace the NoSQL philosophy.
Fluent API
Chain methods naturally: .query().where().filter().limit() for pristine code clarity.
Auto-Execute
Builders trigger execution intelligently on iteration, indexing, or len() calls.
Smart Projection
Validates attributes against index projections. No more silent partial data returns.
Batch Optimizations
Auto-chunks and retries with exponential backoff for large-scale operations.
Auto-Pagination
.fetch_all() and .count() handle multi-page results seamlessly behind the scenes.
[ SYSTEM_INIT ]
Initialize the package via pip.
$ pip install dkmioRequirement: boto3 >= 1.26.0