simonw / datasette-edit-schema

Datasette plugin for modifying table schemas
Apache License 2.0
16 stars 0 forks source link

Add support for extracting columns #10

Closed simonw closed 1 year ago

simonw commented 4 years ago

The new table.extract() feature in sqlite-utils should make this relatively easy - need to come up with a UI for it though. refs https://github.com/simonw/sqlite-utils/issues/42

simonw commented 1 year ago

I think this is out of scope for a schema editing plugin.