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
I have a directory of sqlite databases
I'd like to use immutable mode when opening them for better performance docs
Currently using this flag throws the following error
IsADirectoryError: [Errno 21] Is a directory: '/name-of-directory'
Immutable flag works for both single files and directories
datasette -i /folder-of-sqlite-files
The text was updated successfully, but these errors were encountered:
This is a good idea - it matches the way datasette . works for mutable database files already.
datasette .
Sorry, something went wrong.
This relates to this much larger vision:
This would be helpful.
Ah, yes! Was just trying to do this and had the same issue. +1 to this!
No branches or pull requests
Motivation
I have a directory of sqlite databases
I'd like to use immutable mode when opening them for better performance docs
Currently using this flag throws the following error
IsADirectoryError: [Errno 21] Is a directory: '/name-of-directory'
Proposal
Immutable flag works for both single files and directories
The text was updated successfully, but these errors were encountered: