Adding records in bulk #611
sumitsharansatsangi
started this conversation in
General
Replies: 1 comment
-
You can try await MyTable.insert(
MyTable(my_column=1),
MyTable(my_column=2),
MyTable(my_column=3)
) |
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
-
Does piccolo supports bulk addition of records in the database?
I didn't find in the documentation.
Please guide, if it supports or add this feature.
Beta Was this translation helpful? Give feedback.
All reactions