HeadspaceMeditation / beyonce

Type-safe DynamoDB query builder for TypeScript. Designed with single-table architecture in mind.
Apache License 2.0
6 stars 5 forks source link

Delimiter is hardcoded to "-" value #87

Open skarode96 opened 1 year ago

skarode96 commented 1 year ago

The current implementation of library does not support any delimiter other than "-". It would be nice to make it dynamic and configurable in the yaml to support already created tables. for eg. # (pound sign)

skarode96 commented 1 year ago

I have tried to address this issue in the Pull request #88 I would like to open up the delimiter implementation to the clients of the library, I faced this issue as I'm working with tables that are already setup using some different design principles, hardcoded value of "-" renders the library useless for most of the clients