kitar / laravel-dynamodb

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

Single Table Design #17

Closed amesas closed 2 years ago

amesas commented 2 years ago

Do you plan to add Single Table Design pattern?

https://aws.amazon.com/es/blogs/compute/creating-a-single-table-design-with-amazon-dynamodb/ https://github.com/sensedeep/dynamodb-onetable https://github.com/tywalch/electrodb#readme

kitar commented 2 years ago

This package can already store multiple models on a single table, but I also recognize a lack of useful features. For example, this package does not yet automatically mount the query results in the appropriate models. (#14)

If you have more specific feature suggestions needed to use the Single Table Design Pattern, I would be glad to hear them.

Also, the URL you provided is very interesting. I will look into it and think about what we can do with ours.

kitar commented 2 years ago

I'll close this issue at this time. Please feel free to re-open if you need.