Database(is_mutable=) now defaults to True, closes #1808

Refs https://github.com/simonw/datasette-upload-dbs/issues/6
This commit is contained in:
Simon Willison 2022-09-09 09:19:20 -07:00
commit fb7e70d5e7
4 changed files with 8 additions and 7 deletions

View file

@ -58,7 +58,7 @@ async def test_datasette_constructor():
"route": "_memory",
"path": None,
"size": 0,
"is_mutable": False,
"is_mutable": True,
"is_memory": True,
"hash": None,
}