Hi folks, I am new to PartiQL by way of DynamoDB and I really thought it was going to be a nice way of avoiding Dynamo’s insane syntax. However, I just learned that a PartiQL insert requires property values to be wrapped in single quotes, which is not JavaScript friendly.
Yes, I realise that PartiQL is intended to work with a variety of languages.
Before I start writing a custom JSON stringify utility I was wondering if anybody knew of something already existing? I have been searching (which is how I discovered this community) but not been able to turn up anything.