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
File -> New Database
Can call dialog.showSaveDialogSync({defaultPath: "data.db", title: "Create New Database"}) to bring up a dialog.
dialog.showSaveDialogSync({defaultPath: "data.db", title: "Create New Database"})
The text was updated successfully, but these errors were encountered:
API design is to POST {"path": "/path/to/new.db"} to /-/new-empty-database-file.
{"path": "/path/to/new.db"}
/-/new-empty-database-file
Sorry, something went wrong.
/-/new-empty-database-file API endpoint
ab20573
Refs simonw/datasette-app#30
471f462
Release 0.3
7c36a3e
Refs #3, simonw/datasette-app#30
/-/new-empty-database-file test, refs simonw/datasette-app#30
ba3be3c
No branches or pull requests
File -> New Database
Can call
dialog.showSaveDialogSync({defaultPath: "data.db", title: "Create New Database"})
to bring up a dialog.The text was updated successfully, but these errors were encountered: