kitar / laravel-dynamodb

A DynamoDB based Eloquent model and Query builder for Laravel.
MIT License
179 stars 27 forks source link

Support Atomic Counters #7

Closed kitar closed 3 years ago

kitar commented 4 years ago

Using counter often happens because counting DynamoDB items straightforward is highly inefficient. We need to consider to support Atomic Counters.