ArsenyYankovsky / nova-odm

A schema-based data mapper for Amazon DynamoDB.
https://github.com/ArsenyYankovsky/nova-odm
Apache License 2.0
34 stars 3 forks source link

can i use this for single table design? #3

Closed kalib-code closed 1 year ago

kalib-code commented 1 year ago

can i use this for single table design?

ArsenyYankovsky commented 1 year ago

AFAIK there's nothing that will stop you from doing it. I assume you could define more than one entity with the same table name. Is there something in particular you're concerned about?

ArsenyYankovsky commented 1 year ago

Feel free to open a new issue if you encounter a concrete obstacle preventing from using Nova ODM with single-table design.