mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
5a8c335e5e
commit
5945c0cdd4
6 changed files with 10 additions and 10 deletions
|
|
@ -39,7 +39,7 @@ Then later you can start Datasette against the ``counts.json`` file and use it t
|
|||
|
||||
datasette -i data.db --inspect-file=counts.json
|
||||
|
||||
You need to use the ``-i`` immutable mode agaist the databse file here or the counts from the JSON file will be ignored.
|
||||
You need to use the ``-i`` immutable mode against the databse file here or the counts from the JSON file will be ignored.
|
||||
|
||||
You will rarely need to use this optimization in every-day use, but several of the ``datasette publish`` commands described in :ref:`publishing` use this optimization for better performance when deploying a database file to a hosting provider.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue