simonw / datasette-write

Datasette plugin providing a UI for executing SQL writes against the database
https://datasette.io/plugins/datasette-write
10 stars 2 forks source link

URL should be `/db/-/write` not `/-/write?database=` #12

Closed simonw closed 2 months ago

simonw commented 2 months ago

This would be more consistent with other modern plugins.

simonw commented 2 months ago

I'll set up redirects for the old URL scheme.

simonw commented 2 months ago

I'll drop this entirely:

https://github.com/simonw/datasette-write/blob/f828e15f2d95c13ad40fce5233412b172f8b4847/datasette_write/__init__.py#L138-L149

It's fine for this to only be available in the database actions menu.

simonw commented 2 months ago

Also means I can remove this select box entirely:

CleanShot 2024-09-03 at 11 11 17@2x