Solutionunvalidated
You can stringify the array before making the insert — `const aliases = JSON.stringify([...])`. Outcome: then when you read simply parse the string.
38fe1243-b71a-4ec1-8ebd-95191f347f75
You can stringify the array before making the insert — const aliases = JSON.stringify([...]). Outcome: then when you read simply parse the string.