You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New /-/upsert/db/table?pk=id API endpoint for performing upserts, where partial JSON documents can be provided and those keys will be updated on existing row or used to create new rows if a matching row does not exist. #9
The plugin configuration block is now called "datasette-insert" (it was previously called `"datasette-insert-api")
The permissions that used to be called insert-api:all, insert-api:insert-update, insert-api:create-table and insert-api:alter-table are now called insert:all, insert:insert-update, insert:create-table and insert:alter-table