datasette-insert

Datasette plugin for inserting and updating data

Downloads
660
Stars
20
Committers
1

Bot releases are hidden (Show)

datasette-insert - 0.8 Latest Release

Published by simonw about 2 years ago

  • Now serves CORS headers if Datasette is started with the --cors option. #17
datasette-insert - 0.7

Published by simonw over 2 years ago

  • 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
datasette-insert - 0.6

Published by simonw about 4 years ago

  • Locked down by default. This plugin no longer defaults to allowing all, reducing the risk that someone may deploy it insecurely. #15
datasette-insert - 0.5

Published by simonw about 4 years ago

Renamed this plugin datasette-insert

The user-facing consequences of this are:

  • 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
datasette-insert - 0.4

Published by simonw over 4 years ago

  • More finely grained plugin permissions: insert-api:all, insert-api:insert-update, insert-api:create-table, insert-api:alter-table. #8
datasette-insert - 0.3

Published by simonw over 4 years ago

  • Implement basic "allow" permissions. #4
  • Support inserts of a single record in addition to lists. #6
datasette-insert - 0.2a

Published by simonw over 4 years ago

  • Renamed plugin from datasette-update-api to datasette-insert-api. #7
  • Add ?alter=1 to create any missing table columns. #5
datasette-insert - 0.1a

Published by simonw over 4 years ago

  • First working release - supports unauthenticated POST of a JSON list to /-/update/database-name/table-name
Package Rankings
Top 14.37% on Pypi.org
Badges
Extracted from project README
PyPI Changelog License
Related Projects