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
Currently, PostgreSQL dialect have no support for arrays. This will be a useful feature to have.
The text was updated successfully, but these errors were encountered:
Does this mean we cannot submit an array of JSON so we need to keep sending individual JSON with schema attached?
Sorry, something went wrong.
No you can store you data as JSON. This issue is about ARRAY type in PgSQL (https://www.postgresql.org/docs/11/arrays.html)
what should my schema look like then if i want to insert an array in this form:
[ { "text": "Hello1", "sent_at": 1560507792000.001 }, { "text": "Hello2", "sent_at": 1560507794000.001 } ]
Please see my answer in issue #86
No branches or pull requests
Currently, PostgreSQL dialect have no support for arrays. This will be a useful feature to have.
The text was updated successfully, but these errors were encountered: