We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This command introspects the databases and writes out a JSON summary.
I think I'd like to use datasette build for something more interesting, potentially duplicating functionality from https://github.com/simonw/csvs-to-sqlite
datasette build
Since the internal method that does this is called ds.inspect() that seems like a reasonable replacement name for the command.
ds.inspect()
The text was updated successfully, but these errors were encountered:
0539905
No branches or pull requests
This command introspects the databases and writes out a JSON summary.
I think I'd like to use
datasette build
for something more interesting, potentially duplicating functionality from https://github.com/simonw/csvs-to-sqliteSince the internal method that does this is called
ds.inspect()
that seems like a reasonable replacement name for the command.The text was updated successfully, but these errors were encountered: