simonw / datasette

An open source multi-tool for exploring and publishing data
https://datasette.io
Apache License 2.0
9.39k stars 668 forks source link

[feature] immutable mode for a directory, not just individual sqlite file #1706

Open hydrosquall opened 2 years ago

hydrosquall commented 2 years ago

Motivation

Proposal

Immutable flag works for both single files and directories

datasette -i /folder-of-sqlite-files
simonw commented 2 years ago

This is a good idea - it matches the way datasette . works for mutable database files already.

simonw commented 2 years ago

This relates to this much larger vision:

ar-jan commented 1 year ago

This would be helpful.

rdmurphy commented 1 year ago

Ah, yes! Was just trying to do this and had the same issue. +1 to this!