-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
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
Support batch POST
(for columns for starters)
#182
Comments
@soedirgo I'd like to take a crack at it. |
Go for it @mahendraHegde!
Yup, ideally we also do the batch create in one db query, so we might also need to modify |
@soedirgo yes makes sense i will modify the |
@soedirgo i have made the changes for single table batch update, since its my 1st contribution to this repo plz give your feedback, i will add & fix tests meanwhile. |
Feature request
Is your feature request related to a problem? Please describe.
Creating a table with multiple columns is pretty slow. Supporting batch
POST
would save us a couple round trips and remedy that.Describe the solution you'd like
Make
POST
accept a list of objects in addition to a single object. e.g.:The text was updated successfully, but these errors were encountered: