cldellow / datasette-ui-extras

Add editing UI and other power-user features to Datasette.
Apache License 2.0
12 stars 1 forks source link

Add `dux` command, rename `dedux` to `undux` #90

Closed cldellow closed 1 year ago

cldellow commented 1 year ago

dux should do what the indexer does, in a blocking, synchronous manner. This would be useful for:

cldellow commented 1 year ago

As part of this, we'll fix up the names of the prepare/index functions, and create a cleaner boundary between the bits that expect Datasette's Database module and the bits that expect a sqlite3.Connection.