dynamode icon indicating copy to clipboard operation
dynamode copied to clipboard

Dynamode is a modeling tool for Amazon's DynamoDB

Results 2 dynamode issues
Sort by recently updated
recently updated
newest added

### Summary: I am struggling to implement multiple inheritance for classes while overriding the partitionKey's prefix in a single table design. The base table should define the partition key (pk)...

bug

Fixes https://github.com/blazejkustra/dynamode/issues/32. Now it is possible to overwrite the name of the class with a decorator. ```ts import Table, { tableManager, TableProps } from "./table"; import attribute, { entity }...