datasette / datasette-build

Build a directory full of files into a SQLite database
Apache License 2.0
12 stars 0 forks source link

Make it work as a sqlite-utils build plugin command too #6

Closed simonw closed 9 months ago

simonw commented 9 months ago

Following:

simonw commented 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:

Installing Datasette as well adds a third:

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.