-
I am looking to add 100 records once. The data is array of Objects. |
Beta Was this translation helpful? Give feedback.
Answered by
inian
Feb 11, 2021
Replies: 1 comment 2 replies
-
Hi @indahud, if you are planning to add 100 records, you can use any of our client libraries. Here is an example to add an array of JS objects using our JS client. If you are planning to add thousands or millions of records, it might be faster to connect to the database via |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kiwicopple
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @indahud, if you are planning to add 100 records, you can use any of our client libraries. Here is an example to add an array of JS objects using our JS client.
If you are planning to add thousands or millions of records, it might be faster to connect to the database via
psql
and insert records directly.