Closed simonw closed 8 months ago
edit-schema
permission is still supported, but you can also control access to this plugin using the create-table
, drop-table
and alter-table
permissions from Datasette core. These can be used to control access on a per-table and per-database level. #22, #55create-table
, alter-table
and drop-table
events using the new Datasette Events system introduced in Datasette 1.0a8. #50VACUUM
using db.execute_isolated_fn()
to avoid being caught out by any connection permission handlers. #47
https://github.com/simonw/datasette-edit-schema/compare/0.7.1...01d61ea0cf668762c2f43bcface40f3e33660e01