-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The minimum for this to be useful would be:
POST /-/update/mydb/my_table?pk=mycolumn - body is a JSON array of values
This will create the table if it doesn't exist. It will insert-replace the data based on the primary key (if one was specified).
Add ?alter=true to alter the table and add any missing columns if needed.
Originally posted by @simonw in #1 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request