Closed simonw closed 9 months ago
This will be slightly confusing, but I think it's worthwhile.
Installing datasette-build
will make it available as two commands out of the box, because it brings sqlite-utils
along as a dependency:
datasette-build ...
sqlite-utils build ...
Installing Datasette as well adds a third:
datasette build ...
The confusion is really around the name. Why is it called datasette-build
if Datasette is an optional dependency?
The answer is that I'd like this to work with databases other than SQLite in the future, so I don't want to make sqlite
into the name.
Following:
2