How to insert into with single struct and multiple struct? #1988
Unanswered
marcopolooo
asked this question in
Q&A
Replies: 1 comment
-
pgx is a database driver, not an ORM. It does not have any builtin functionality to insert entire structures. With pgx you would use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know does pgx supports "insert into" with a single struct or multiple structs, perhaps we can use an array or slice struct? Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions