We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it would be helpful to have an ability to set SortKey for the table for projects made with single-table design principles.
In this case having prefix (e.g. RIKIDOUCACHE# or a custom one) would be a super helpful too (RikudouSage/DynamoDbCachePsr6Bundle#6).
RIKIDOUCACHE#
Single-table means structure like this:
If this case should be handled by Decorator from RikudouSage/DynamoDbCachePsr6Bundle#7 then it would be helpful to have documented somewhere.
The text was updated successfully, but these errors were encountered:
add prefix (#3)
d01ecf1
The prefix is added, I will have to think a little more about how to implement the sort key.
Sorry, something went wrong.
RikudouSage
No branches or pull requests
I think it would be helpful to have an ability to set SortKey for the table for projects made with single-table design principles.
In this case having prefix (e.g.
RIKIDOUCACHE#
or a custom one) would be a super helpful too (RikudouSage/DynamoDbCachePsr6Bundle#6).Single-table means structure like this:
If this case should be handled by Decorator from RikudouSage/DynamoDbCachePsr6Bundle#7 then it would be helpful to have documented somewhere.
The text was updated successfully, but these errors were encountered: