-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Milestone
Description
Canned queries are currently read-only: https://datasette.readthedocs.io/en/0.38/sql_queries.html#canned-queries
Add a "write": true option to their definition in metadata.json which turns them into queries that are submitted via POST and send their queries to the write queue.
Then they can be used as a really quick way to define a writable interface and JSON API!
Reactions are currently unavailable